更新依赖源
Signed-off-by: Jia Chao <jiachao2130@126.com>
This commit is contained in:
parent
5c67ef12d9
commit
4d5a7f8ebf
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.0", features = ["derive"] }
|
clap = { version = "4.0", features = ["derive"] }
|
||||||
cvrf-xmlparser = { git = "http://git.culinux.net/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" }
|
|
||||||
updateinfo-xmlparser = { git = "http://git.culinux.net/jiachao2130/updateinfo-xmlparser.git", version = "0.1.0" }
|
|
||||||
serde = { version = "1", features = ["serde_derive"] }
|
serde = { version = "1", features = ["serde_derive"] }
|
||||||
toml = { version = "0.8" }
|
toml = { version = "0.8" }
|
||||||
|
updateinfo-xmlparser = { git = "https://gitee.com/jiachao2130/updateinfo-xmlparser.git", version = "0.1.0" }
|
||||||
|
cvrf-xmlparser = { git = "https://gitee.com/jiachao2130/cvrf-xmlparser.git", version = "0.1.0" }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user