Use mintaka http client

This commit is contained in:
Guilherme Werner
2023-12-08 17:01:58 -03:00
parent eb8cc797ca
commit 15e31c4f97
117 changed files with 950 additions and 35853 deletions

17
Cargo.toml Normal file
View File

@ -0,0 +1,17 @@
[package]
name = "tribufu-native"
version = "0.0.4"
description = "Tribufu Native"
repository = "https://github.com/Tribufu/TribufuNative"
authors = ["Tribufu <contact@tribufu.com>"]
license = "Apache-2.0"
edition = "2021"
publish = false
[lib]
name = "tribufu_native"
crate-type = ["staticlib"]
path = "src/lib.rs"
[dependencies]
mintaka-native = { path = "./vendor/Mintaka/src/native" }