13 lines
367 B
TOML
13 lines
367 B
TOML
[package]
|
|
name = "datastream-server"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
postgresql-client = {path = "../postgresql-client"}
|
|
uri = { path = "../uri" }
|
|
http = { path = "../http" }
|
|
dns = { path = "../dns" }
|
|
rustls = { version = "0.23.41", default-features = false, features = ["std", "tls12", "ring"] }
|
|
rustls-pki-types = "1.14.1"
|
|
webpki-roots = "1.0.8"
|