Gulliver
91deda2614
also manually fixed scheme, as the automatic mapping uses Integer on PRIMARY KEY INTEGER, Integer manually replaced by BigInt
13 lines
385 B
TOML
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" |