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

15 lines
381 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 = ["postgres"] }
2024-02-20 23:23:23 +01:00
dotenvy = "0.15"
2024-05-03 17:46:42 +02:00
tokio = {version = "1.36.0", features = ["macros","rt-multi-thread","net"], default-features = false}
ring = "0.17.8"
base64 = "0.22.0"
reqwest = {version = "0.12.4", features = ["json","default"]}
2024-06-18 23:50:12 +02:00
asn1 = "0.16.2"
int-enum = "1.1"