-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (27 loc) · 823 Bytes
/
Cargo.toml
File metadata and controls
30 lines (27 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "Mist"
version = "0.1.0"
authors = ["Source 🖋️ Open 👐🏻 <Source/Open@Editor.Land>"]
edition = "2024"
license-file = "LICENSE"
publish = false
[lib]
name = "Mist"
path = "Source/lib.rs"
[dependencies]
hickory-server = { workspace = true, features = ["dnssec-ring"] }
hickory-proto = { workspace = true, features = ["dnssec-ring"] }
hickory-client = { workspace = true }
ring = { workspace = true }
tokio = { workspace = true }
anyhow = { workspace = true }
tracing = { workspace = true }
once_cell = { workspace = true }
portpicker = { workspace = true }
async-trait = { workspace = true }
reqwest = { workspace = true }
[dev-dependencies]
tokio-test = { workspace = true }
tokio = { workspace = true, features = ["test-util"] }
futures = { workspace = true }
rand = { workspace = true }