Skip to content

Commit 56aa9d7

Browse files
committed
Add missing fields to diesel_dynamic_schema/Cargo.toml
1 parent 5d78e38 commit 56aa9d7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

diesel_dynamic_schema/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ version = "0.2.0-rc.0"
44
license = "MIT OR Apache-2.0"
55
edition = "2018"
66
autotests = false
7+
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
8+
documentation = "https://docs.rs/diesel/"
9+
homepage = "https://diesel.rs"
10+
repository = "https://github.com/diesel-rs/diesel"
11+
keywords = ["orm", "database", "sql"]
12+
categories = ["database"]
713
include = ["src/**/*", "LICENSE-*", "README.md"]
814

915
[dependencies.diesel]

0 commit comments

Comments
 (0)