We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d78e38 commit 56aa9d7Copy full SHA for 56aa9d7
1 file changed
diesel_dynamic_schema/Cargo.toml
@@ -4,6 +4,12 @@ version = "0.2.0-rc.0"
4
license = "MIT OR Apache-2.0"
5
edition = "2018"
6
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"]
13
include = ["src/**/*", "LICENSE-*", "README.md"]
14
15
[dependencies.diesel]
0 commit comments