initial commit
This commit is contained in:
commit
31e5ce76c2
20
Cargo.lock
generated
Normal file
20
Cargo.lock
generated
Normal file
@ -0,0 +1,20 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
[[package]]
|
||||
name = "lang-evolve-cli"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"lang-evolve-core 0.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lang-evolve-core"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "lang-evolve-gui"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"lang-evolve-core 0.1.0",
|
||||
]
|
||||
|
7
Cargo.toml
Normal file
7
Cargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[workspace]
|
||||
|
||||
members = [
|
||||
"lang-evolve-core",
|
||||
"lang-evolve-cli",
|
||||
"lang-evolve-gui"
|
||||
]
|
Loading…
Reference in New Issue
Block a user