build(rust/cargo): adding the dependency for emojis

Adding the serde / toml
This commit is contained in:
Raphael 2026-02-15 23:37:34 +01:00
parent 442b55c09f
commit 52eaa12cc1
No known key found for this signature in database
2 changed files with 58 additions and 0 deletions

View file

@ -9,6 +9,8 @@ repository = "https://github.com/EniumRaphael/TTY"
[dependencies]
dotenvy = "0.15.7"
inventory = "0.3.21"
serde = { version = "1.0.228", features = ["derive"] }
serenity = { version = "0.12.5", features = ["full"] }
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-native-tls", "postgres"] }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
toml = "1.0.1"