+1
.gitignore
+1
.gitignore
+9
Cargo.lock
+9
Cargo.lock
·········
·········
+3
cli/Cargo.toml
+3
cli/Cargo.toml
···tokio = { version = "1.38.1", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync"] }
···+serde_ipld_dagcbor = { git = "http://github.com/edouardparis/serde_ipld_dagcbor", branch = "scopeguard-no-default-features", default-features = false }tokio = { version = "1.38.1", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync"] }
-19
cli/operation.json
-19
cli/operation.json
···
···
+22
-7
cli/src/main.rs
+22
-7
cli/src/main.rs
··················fn read_operation_file(path: &str) -> Result<client::PlcOperation, Box<dyn std::error::Error>> {
··················fn read_operation_file(path: &str) -> Result<client::PlcOperation, Box<dyn std::error::Error>> {