Add metadata in command, add whitelist, add daemon config
This commit is contained in:
parent
482dd830dc
commit
46d401493b
9 changed files with 123 additions and 16 deletions
|
@ -21,6 +21,8 @@ path = "src/interpreter/main.rs"
|
|||
[dependencies]
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
serde_yaml = "0.9"
|
||||
regex = "1.7"
|
||||
uuid = { version = "1.2.2", features = [
|
||||
"v4", # Lets you generate random UUIDs
|
||||
"fast-rng", # Use a faster (but still sufficiently random) RNG
|
||||
|
|
Reference in a new issue