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

10
Cargo.lock generated
View file

@ -827,6 +827,15 @@ dependencies = [
"serde_core",
]
[[package]]
name = "inventory"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
dependencies = [
"rustversion",
]
[[package]]
name = "ipnet"
version = "2.11.0"
@ -1985,6 +1994,7 @@ name = "tty"
version = "0.1.0"
dependencies = [
"dotenvy",
"inventory",
"serenity",
"tokio",
]