cargo workspace + migrations
This commit is contained in:
@@ -2,5 +2,9 @@
|
||||
name = "bot"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
default-run = "bot"
|
||||
|
||||
[dependencies]
|
||||
serenity = "0.12"
|
||||
tokio = {workspace = true}
|
||||
sea-orm = {workspace = true}
|
||||
|
||||
Reference in New Issue
Block a user