Clear repository

This commit is contained in:
GuilhermeWerner
2021-08-04 12:11:32 -03:00
parent 7ea5da797a
commit 17388bbd9d
30 changed files with 8 additions and 802 deletions

View File

@ -10,35 +10,19 @@ edition = "2018"
publish = true
exclude = [
".cargo/",
".github/",
".vscode/",
"Config/",
"Documentation/",
"Examples/C",
"Examples/Cpp",
"Examples/CSharp",
"Scripts/",
"Vendor/",
".editorconfig",
".gitattributes",
"GenerateProjectFiles.*",
"premake5.lua",
"*.code-workspace",
"Bootstrap.ps1",
"Bootstrap.sh",
]
[lib]
name="TribuFu"
crate-type = ["staticlib", "cdylib", "rlib"]
crate-type = ["rlib"]
path = "Source/TribuFu.rs"
[dependencies]
libc = "0.2.0"
tokio = { version = "1.2.0", features = ["full"] }
reqwest = { version = "0.11.1", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[[example]]
name="Hello"
path = "Examples/Rust/Hello.rs"