Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6757cc99a0a5bc0c78193487df1ef52b6a6a6964
12 lines
411 B
TOML
12 lines
411 B
TOML
[package]
|
|
name = "ncro-db"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
chrono = { workspace = true, features = [ "serde" ] }
|
|
serde = { workspace = true, features = [ "derive" ] }
|
|
sqlx = { workspace = true, features = [ "runtime-tokio-rustls", "sqlite", "macros", "migrate", "chrono" ] }
|
|
thiserror.workspace = true
|
|
tokio = { workspace = true, features = [ "fs" ] }
|