mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 11:54:18 +00:00
* New api from upstream * Create .clang-format * Update .clang-format * Remove mintaka submodule * Add premake-core submodule * Update premake-core * Fix includes
17 lines
333 B
TOML
17 lines
333 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]
|