Api v0.1?

This commit is contained in:
Guilherme Werner
2023-12-27 10:51:39 -03:00
parent 21daa668f8
commit 5d5bb4db97
12 changed files with 525 additions and 221 deletions

View File

@ -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"] }