Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
  • Loading branch information
Vardominator committed Aug 8, 2024
1 parent 320c48e commit e23a078
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
name = "maestro"
version = "1.0.0"
description = "Rust SDK for the Maestro Dapp Platform"
edition = "2021"
repository = "https://github.com/maestro-org/rust-sdk"
documentation = "https://docs.gomaestro.org/"
authors = ["Maestro Team <[email protected]"]
readme = "README.md"
keywords = ["maestro", "sdk", "rust"]
license = "Apache-2.0"
edition = "2021"
exclude = [".github", ".vscode", ".gitignore"]

[dependencies]
reqwest = "0.11"
Expand Down

0 comments on commit e23a078

Please sign in to comment.