updating cargo for confy

This commit is contained in:
Chris Cochrun 2023-02-21 09:56:50 -06:00
parent 27b3d1d9d1
commit 824aa382d7
2 changed files with 161 additions and 0 deletions

View file

@ -15,6 +15,8 @@ path = "src/rust/lib.rs"
[dependencies]
configparser = "3.0.2"
serde = "1.0.152"
serde_derive = "1.0.152"
cxx = "1.0.83"
cxx-qt = "0.4.1"
cxx-qt-lib = "0.4.1"
@ -24,3 +26,6 @@ cxx-qt-lib = "0.4.1"
[build-dependencies]
cxx-qt-build = "0.4.1"
[dependencies.confy]
features = ["yaml_conf"]
default-features = false