Initial commit - intermediate / not fully working state

This commit is contained in:
2022-03-17 19:44:58 +01:00
commit a6f4357ded
4 changed files with 1463 additions and 0 deletions

12
Cargo.toml Normal file
View 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"