Skip to content

Commit

Permalink
fix: update licence and description
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy-lmao committed Nov 6, 2024
1 parent ca0634f commit 0ff535a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[lib]
proc-macro = true
description = "A derive for some ORM functions utilising SQLX"
license = "MIT OR Apache-2.0"

[package]
name = "db-set-macros"
version = "0.1.0"
edition = "2021"
description = "A derive for some ORM functions utilising SQLX"
license = "MIT OR Apache-2.0"
readme = "README.md"

[dependencies]
pretty_assertions = "1.4.1"
Expand Down

0 comments on commit 0ff535a

Please sign in to comment.