[package] name = "TBV-Rust-SDK-2" version = "0.1.8" authors = ["Your Name "] description = "Rust SDK for the TBV appilcation and CLI" license = "MIT" repository = "https://github.com/KeeganBeuthin/TBV-Rust-SDK.git" [dependencies] serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" [lib] crate-type = ["cdylib", "rlib"]