build(rust/cargo): adding the dependency for emojis
Adding the serde / toml
This commit is contained in:
parent
442b55c09f
commit
52eaa12cc1
2 changed files with 58 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue