mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2025-09-24 23:41:30 +02:00
cli: work on basic cli and serde error hanlding
This commit is contained in:
parent
92aa3b4a3a
commit
e7db9c38f3
5 changed files with 148 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[workspace]
|
||||
members = [
|
||||
members = [ "crates/app",
|
||||
"crates/executor",
|
||||
"crates/pl-cli",
|
||||
"crates/rpl"
|
||||
|
@ -8,6 +8,9 @@ resolver = "2"
|
|||
|
||||
[workspace.dependencies]
|
||||
clap = { version = "4", features = [ "derive" ] }
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
ron = "0.8"
|
||||
serde_json = "1.0"
|
||||
|
||||
[lints.rust]
|
||||
unsafe_code = "deny"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue