mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 18:54:19 +00:00
29 lines
503 B
TOML
29 lines
503 B
TOML
[package]
|
|
name = "tribufu"
|
|
version = "0.0.2"
|
|
description = "TribuFu SDK"
|
|
repository = "https://github.com/TribuFu/SDK"
|
|
authors = ["TribuFu <contact@tribufu.com>"]
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
edition = "2018"
|
|
publish = true
|
|
|
|
exclude = [
|
|
".github/",
|
|
".vscode/",
|
|
"Documentation/",
|
|
".editorconfig",
|
|
".gitattributes",
|
|
"*.code-workspace",
|
|
"Bootstrap.ps1",
|
|
"Bootstrap.sh",
|
|
]
|
|
|
|
[lib]
|
|
name="TribuFu"
|
|
crate-type = ["rlib"]
|
|
path = "Source/TribuFu.rs"
|
|
|
|
[dependencies]
|