Move CLI crate to root of workspace
Somehow I missed that this was a thing you could do? It's a much cleaner organization, and it makes it so that you don't have to explicitly specify the crate to build.
This commit is contained in:
parent
2c6587aca1
commit
dd4f0838ab
14 changed files with 75 additions and 83 deletions
26
Cargo.lock
generated
26
Cargo.lock
generated
|
|
@ -107,19 +107,6 @@ version = "1.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "cli"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cynic",
|
||||
"cynic-codegen",
|
||||
"dirs",
|
||||
"reqwest",
|
||||
"schema",
|
||||
"serde",
|
||||
"sqlite",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "combine"
|
||||
version = "3.8.1"
|
||||
|
|
@ -389,6 +376,19 @@ dependencies = [
|
|||
"wasi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ggelo"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cynic",
|
||||
"cynic-codegen",
|
||||
"dirs",
|
||||
"reqwest",
|
||||
"schema",
|
||||
"serde",
|
||||
"sqlite",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gimli"
|
||||
version = "0.28.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue