mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-11 17:58:52 -05:00
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
|
|
@ -28,6 +28,10 @@ name = "conduit"
|
|||
[workspace.dependencies.const-str]
|
||||
version = "0.5.7"
|
||||
|
||||
[workspace.dependencies.cargo_toml]
|
||||
version = "0.20"
|
||||
features = ["features"]
|
||||
|
||||
[workspace.dependencies.sanitize-filename]
|
||||
version = "0.5.0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue