add cargo manifest reflection
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f014231644
commit
936d2915e2
8 changed files with 142 additions and 0 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -472,6 +472,16 @@ dependencies = [
|
|||
"pkg-config",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cargo_toml"
|
||||
version = "0.20.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ad639525b1c67b6a298f378417b060fbc04618bea559482a8484381cce27d965"
|
||||
dependencies = [
|
||||
"serde",
|
||||
"toml",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.1.6"
|
||||
|
@ -666,8 +676,10 @@ dependencies = [
|
|||
"argon2",
|
||||
"axum 0.7.5",
|
||||
"bytes",
|
||||
"cargo_toml",
|
||||
"checked_ops",
|
||||
"chrono",
|
||||
"conduit_macros",
|
||||
"const-str",
|
||||
"either",
|
||||
"figment",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue