updating cargo for confy
This commit is contained in:
parent
27b3d1d9d1
commit
824aa382d7
2 changed files with 161 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue