Improved error handling (part 1)
This commit is contained in:
16
crates/trc/Cargo.toml
Normal file
16
crates/trc/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "trc"
|
||||
version = "0.8.5"
|
||||
edition = "2021"
|
||||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
serde_json = "1.0.120"
|
||||
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-webpki-roots", "http2"]}
|
||||
bincode = "1.3.3"
|
||||
|
||||
[features]
|
||||
test_mode = []
|
||||
|
||||
[dev-dependencies]
|
||||
Reference in New Issue
Block a user