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-core"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "SQL analysis and Rust type generation for Rasql"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
@ -10,7 +12,7 @@ tokio-postgres = ["rasql-traits/tokio-postgres", "dep:tokio-postgres"]
|
|||
|
||||
[dependencies]
|
||||
sqlparser = "0.54.0"
|
||||
rasql-traits = { version = "0.1.0", path = "../rasql-traits" }
|
||||
rasql-traits = { version = "0.0.0", path = "../rasql-traits" }
|
||||
quote = "1.0.35"
|
||||
proc-macro2 = "1.0.93"
|
||||
syn = { version = "2.0.96", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue