feat: add basic structure

This commit is contained in:
2023-02-20 22:06:21 +01:00
parent 5fbae8abd6
commit 50e4d5a879
11 changed files with 56 additions and 36 deletions

9
Cargo.lock generated
View File

@@ -62,10 +62,6 @@ version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "char"
version = "0.1.0"
[[package]]
name = "char_cli"
version = "0.1.0"
@@ -82,12 +78,15 @@ dependencies = [
name = "char_plan"
version = "0.1.0"
dependencies = [
"char",
"char_sdk",
]
[[package]]
name = "char_sdk"
version = "0.1.0"
dependencies = [
"eyre",
]
[[package]]
name = "clap"