Split into workspace
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3,5 +3,5 @@
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "schala"
|
||||
name = "schala-main"
|
||||
version = "0.1.0"
|
||||
|
||||
11
Cargo.toml
11
Cargo.toml
@@ -1,6 +1,5 @@
|
||||
[package]
|
||||
name = "schala"
|
||||
version = "0.1.0"
|
||||
authors = ["greg <greg@everydayimshuflin.com>"]
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"schala-main"
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
8
schala-main/Cargo.toml
Normal file
8
schala-main/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "schala-main"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user