lot of refactor
This commit is contained in:
@@ -5,8 +5,7 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
async-nats = { version = "0.46.0" }
|
||||
nats = { path = "../../libs/nats" }
|
||||
postcard = { version = "1.1.3", features = ["use-std"] }
|
||||
nats-libs = { path = "../../libs/nats-libs" }
|
||||
serenity = { version = "0.12.5", default-features = false, features = [
|
||||
"cache",
|
||||
"client",
|
||||
@@ -14,7 +13,7 @@ serenity = { version = "0.12.5", default-features = false, features = [
|
||||
"gateway",
|
||||
"rustls_backend",
|
||||
] }
|
||||
serenity-libs = { path = "../../libs/serenity-libs" }
|
||||
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
|
||||
types = { path = "../../libs/types" }
|
||||
url = { version = "2.5.8", features = ["serde"] }
|
||||
uuid = { version = "1.22.0" }
|
||||
|
||||
Reference in New Issue
Block a user