10
0
Fork 0
mirror of https://github.com/ZeusWPI/ZNS.git synced 2024-10-30 05:24:26 +01:00
zns/Cargo.toml

14 lines
325 B
TOML
Raw Normal View History

2024-02-20 23:23:23 +01:00
[package]
name = "zeusns"
version = "0.1.0"
edition = "2021"
[dependencies]
diesel = { version = "2.1.4", features = ["sqlite"] }
dotenvy = "0.15"
tokio = {version = "1.36.0", features = ["full"]}
2024-03-05 22:49:24 +01:00
hyper = {version = "1.2.0", features = ["full"]}
hyper-util = { version = "0.1", features = ["full"] }
http-body-util = "0.1"