build(rust/Cargo): Adding the inventory rust lib

This commit is contained in:
Raphael 2026-02-12 16:06:51 +01:00
parent d212fc7ef6
commit 4f1f46f473
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

View file

@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
dotenvy = "0.15.7"
inventory = "0.3.21"
serenity = { version = "0.12.5", features = ["full"] }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }