Skip to content

Commit 9221da1

Browse files
committed
Cargo.toml extensions
1 parent b087c4e commit 9221da1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Cargo.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ version = "0.1.0"
44
authors = ["Georg Semmler <[email protected]>"]
55
edition = "2018"
66
autotests = false
7-
license = "AGPL-v3"
8-
7+
license = "AGPL-3.0-or-later"
8+
readme = "README.md"
9+
repository = "https://github.com/weiznich/diesel_async"
10+
keywords = ["orm", "database", "sql"]
11+
categories = ["database"]
12+
description = "An async extension for Diesel the safe, extensible ORM and Query Builder"
913
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1014

1115
[dependencies]

0 commit comments

Comments
 (0)