mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-06-01 09:42:37 +00:00
Update project
This commit is contained in:
parent
eb941fe530
commit
6851484a3f
5 changed files with 10 additions and 26 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -1,28 +1,24 @@
|
|||
[package]
|
||||
name = "tribufu"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
description = "TribuFu SDK"
|
||||
repository = "https://github.com/TribuFu/SDK"
|
||||
repository = "https://github.com/TribuFu/SDK-RS"
|
||||
authors = ["TribuFu <contact@tribufu.com>"]
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
publish = true
|
||||
|
||||
exclude = [
|
||||
".github/",
|
||||
".vscode/",
|
||||
"Documentation/",
|
||||
".editorconfig",
|
||||
".gitattributes",
|
||||
"*.code-workspace",
|
||||
"Bootstrap.ps1",
|
||||
"Bootstrap.sh",
|
||||
]
|
||||
|
||||
[lib]
|
||||
name="TribuFu"
|
||||
name = "TribuFu"
|
||||
crate-type = ["rlib"]
|
||||
path = "Source/TribuFu.rs"
|
||||
path = "Source/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue