ki-backend-rs/model/sqlite3/Cargo.toml
Gulliver 91deda2614 fixed compiler errors
also manually fixed scheme, as the automatic mapping uses Integer on PRIMARY KEY INTEGER, Integer manually replaced by BigInt
2021-06-01 08:49:32 +02:00

13 lines
385 B
TOML

[package]
name = "sqlite3"
version = "0.1.0"
authors = ["Gulliver <gulliver@traumkristalle.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { features = ["serde"] }
diesel = { version = "*", features = ["sqlite"] }
serde = { version = "1.0" , features = ["derive"]}
# serde_json = "1.0"