mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-02 08:42:54 +00:00
Initial import
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "osc-variant"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.3", features = ["std", "help", "usage", "derive", "error-context" ], default-features = false }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
quick-xml = { version = "0.28", features = ["escape-html", "serialize"], default-features=false }
|
||||
xml-rs = "0.8"
|
Reference in New Issue
Block a user