Started rasql-traits library
This commit is contained in:
parent
d32dc6f1e8
commit
336aba3e0e
6 changed files with 1118 additions and 1 deletions
10
rasql-traits/Cargo.toml
Normal file
10
rasql-traits/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "rasql-traits"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tokio-postgres = { version = "0.7.12", optional = true }
|
||||
|
||||
[features]
|
||||
tokio-postgres = ["dep:tokio-postgres"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue