Skip to content

Commit

Permalink
feat: add config
Browse files Browse the repository at this point in the history
Signed-off-by: WoodenMaiden <[email protected]>
  • Loading branch information
alexis-ascoz authored and GridexX committed Apr 9, 2023
1 parent 8c91e3a commit 2822a27
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 138 deletions.
142 changes: 38 additions & 104 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ anyhow = "1.0.69"
serialport = "4.2.0"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
serde_yaml = "0.9"
clap = { version="4.1.6", features=["derive"] }
unshare = "0.7.0"
thiserror = "1.0.32"

[lib]
name = "agent_lib"
Expand Down
14 changes: 0 additions & 14 deletions agent/lib/Cargo.toml

This file was deleted.

Loading

0 comments on commit 2822a27

Please sign in to comment.