Skip to content

Commit

Permalink
Small description change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner Braun committed Jun 3, 2024
1 parent 73d1eec commit 70a3e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "wb_sqlite"
version = "0.1.0"
version = "0.1.1"
authors = ["Werner Braun <[email protected]>"]
edition = "2021"
#rust-version = "1.78"
description = "Derive macros map struct/field to SQLite table/column, const/fn for create-table,insert,select,update."
description = "Derive macros map struct/field to SQLite table/column. Generate const/fn for create-table,insert,select,update."
repository = "https://github.com/wbcat/wb_sqlite"
license = "MIT OR Apache-2.0"
keywords = ["derive", "sqlite", "database", "orm"]
Expand Down

0 comments on commit 70a3e72

Please sign in to comment.