feat: fix the command handler to reveal more data about the interaction
This commit is contained in:
@@ -4,7 +4,6 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
blart = "0.4.0"
|
||||
clap = { version = "4.5.40", features = ["derive", "env"] }
|
||||
dashmap = "6.1.0"
|
||||
futures = "0.3.32"
|
||||
@@ -45,6 +44,7 @@ opendal = { git = "https://github.com/apache/opendal", features = [
|
||||
"services-sled",
|
||||
"services-webdav",
|
||||
] }
|
||||
patricia_tree = "0.10.1"
|
||||
rhai = "1.23.6"
|
||||
rustls = "0.23"
|
||||
secrecy = { version = "0.10.3", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user