chore: lay out the ground work for a Discord command router

This commit is contained in:
2026-03-23 01:27:40 -04:00
parent abe6ff58ca
commit df6056d549
4 changed files with 115 additions and 23 deletions

View File

@@ -4,7 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
blart = "0.4.0"
clap = { version = "4.5.40", features = ["derive", "env"] }
futures = "0.3.32"
opendal = { git = "https://github.com/apache/opendal", features = [
"services-azfile",
"services-aliyun-drive",