Update readme and license

This commit is contained in:
Guilherme Werner
2023-12-31 16:22:35 -03:00
parent a2dec0eaa5
commit d29a5f6216
7 changed files with 52 additions and 205 deletions

View File

@ -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"