mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-06-01 09:42:37 +00:00
Api v0.1?
This commit is contained in:
parent
21daa668f8
commit
5d5bb4db97
12 changed files with 525 additions and 221 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue