Implement beginnings of CLI
This commit is contained in:
parent
c8cb974762
commit
3130d82e95
3 changed files with 173 additions and 19 deletions
|
|
@ -10,6 +10,9 @@ name = "ggelo"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
# CLI
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
|
||||
# GraphQL schema
|
||||
schema.path = "schema"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue