Set versions to 0.0.0, add license and description to Cargo.toml
This commit is contained in:
parent
b885c84efd
commit
11d12d7cb1
5 changed files with 32 additions and 15 deletions
|
|
@ -1,7 +1,9 @@
|
|||
[package]
|
||||
name = "rasql-traits"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Trait definitions for Rasql generated database types"
|
||||
|
||||
[dependencies]
|
||||
tokio-postgres = { version = "0.7.12", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue