Files
sdk-cpp/Cargo.toml
Guilherme Werner 2e2462fd38 Update main branch (#3)
* New api from upstream

* Create .clang-format

* Update .clang-format

* Remove mintaka submodule

* Add premake-core submodule

* Update premake-core

* Fix includes
2024-03-06 19:01:54 -03:00

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]