mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-17 03:24:18 +00:00
Api v0.1?
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
name = "tribufu"
|
||||
version = "0.0.4"
|
||||
description = "Tribufu SDK"
|
||||
repository = "https://github.com/Tribufu/SDK-Rust"
|
||||
repository = "https://github.com/Tribufu/TribufuRust"
|
||||
authors = ["Tribufu <contact@tribufu.com>"]
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
@ -17,6 +17,8 @@ crate-type = ["rlib"]
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.21.5"
|
||||
mintaka-error = { version = "0.0.1" }
|
||||
alnilam-consts = { version = "0.0.4" }
|
||||
anyhow = "1.0.75"
|
||||
chrono = { version = "0.4.22", features = ["serde", "rustc-serialize"] }
|
||||
|
Reference in New Issue
Block a user