forked from kevin.dorner/iserv-ipad-helper
Initial commit - intermediate / not fully working state
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "modify-device"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
reqwest = { version = "0.11", features = ["blocking", "json"] }
|
||||
clap = { version = "3.1.6", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
regex = "1.5"
|
||||
Reference in New Issue
Block a user