Skip to content

Commit

Permalink
Cargo.toml extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Sep 27, 2022
1 parent b087c4e commit 9221da1
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 @@ -4,8 +4,12 @@ version = "0.1.0"
authors = ["Georg Semmler <github@weiznich.de>"]
edition = "2018"
autotests = false
license = "AGPL-v3"

license = "AGPL-3.0-or-later"
readme = "README.md"
repository = "https://github.com/weiznich/diesel_async"
keywords = ["orm", "database", "sql"]
categories = ["database"]
description = "An async extension for Diesel the safe, extensible ORM and Query Builder"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Expand Down

0 comments on commit 9221da1

Please sign in to comment.