Skip to content

Commit

Permalink
build: update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkurilla committed Jun 2, 2024
1 parent 918b28d commit c41128e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/citrus-migrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "A library of database migration functions for citrus."
repository = "https://github.com/davidkurilla/citrus"
readme = "../../docs/README.md"

[dependencies]
diesel = { version = "2.1.6", features = ["postgres"] }
Expand Down

0 comments on commit c41128e

Please sign in to comment.