28 lines
464 B
TOML
28 lines
464 B
TOML
[package]
|
|
name = "constructs"
|
|
version = "0.1.0"
|
|
authors = ["ntr <ntr@smokestack.io>"]
|
|
|
|
[dependencies]
|
|
rand = "0.6"
|
|
uuid = { version = "0.5", features = ["serde", "v4"] }
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
serde_cbor = "0.9"
|
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
|
|
tungstenite = "0.6"
|
|
bconstructt = "0.2"
|
|
|
|
dotenv = "0.9.0"
|
|
postgres = { version = "0.15", features = ["with-uuid"] }
|
|
r2d2 = "*"
|
|
r2d2_postgres = "*"
|
|
|
|
failure = "0.1"
|
|
|
|
log = "0.4"
|
|
fern = "0.5"
|
|
|