mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 05:24:19 +00:00
Use mintaka shared libraries (#1)
* 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
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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" }
|
Reference in New Issue
Block a user