Skip to content

Commit

Permalink
Add missing fields to diesel_dynamic_schema/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Apr 22, 2022
1 parent 5d78e38 commit 56aa9d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions diesel_dynamic_schema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ version = "0.2.0-rc.0"
license = "MIT OR Apache-2.0"
edition = "2018"
autotests = false
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
documentation = "https://docs.rs/diesel/"
homepage = "https://diesel.rs"
repository = "https://github.com/diesel-rs/diesel"
keywords = ["orm", "database", "sql"]
categories = ["database"]
include = ["src/**/*", "LICENSE-*", "README.md"]

[dependencies.diesel]
Expand Down

0 comments on commit 56aa9d7

Please sign in to comment.