mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 18:54:19 +00:00
Update readme and license
This commit is contained in:
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"
|
||||
|
Reference in New Issue
Block a user