mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 21:34:22 +00:00
* Add libhv and test http client * Remove cpp-httplib * Update premake5.lua * Update client.cpp * Update premake5.lua * Add more windows libs * Use mintaka http client
18 lines
391 B
TOML
18 lines
391 B
TOML
[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" }
|