Skip to content

Commit

Permalink
Improve Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jun 5, 2023
1 parent f54f331 commit 57bbcc8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
name = "traq"
version = "0.1.0"
authors = ["OpenAPI Generator team and contributors", "H1rono"]
description = "traQ v3 API"
license = "MIT"
description = "⚠️ Community Driven ⚠️ traQ v3 API"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/traPtitech/rust-traq"
documentation = "https://github.com/traPtitech/rust-traq/tree/main/docs"
keywords = ["traq", "openapi"]
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 57bbcc8

Please sign in to comment.