mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-06-01 09:42:37 +00:00
Update readme and license
This commit is contained in:
parent
a2dec0eaa5
commit
d29a5f6216
7 changed files with 52 additions and 205 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -4,12 +4,19 @@ version = "0.1.0"
|
|||
description = "Tribufu SDK"
|
||||
repository = "https://github.com/Tribufu/TribufuRust"
|
||||
authors = ["Tribufu <contact@tribufu.com>"]
|
||||
license = "Apache-2.0"
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
edition = "2021"
|
||||
publish = true
|
||||
|
||||
exclude = [".github/", ".vscode/", ".editorconfig", ".gitattributes"]
|
||||
exclude = [
|
||||
".editorconfig",
|
||||
".gitattributes",
|
||||
".github/",
|
||||
".vscode/",
|
||||
"examples/",
|
||||
"scripts/",
|
||||
]
|
||||
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue