forked from hickory-dns/hickory-dns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
21 lines (20 loc) · 993 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[workspace]
members = ["client",
"compatibility-tests",
"integration-tests",
"native-tls",
"openssl",
"proto",
"resolver",
"rustls",
"server",
"util"]
[replace]
#"native-tls:0.1.1" = { path = "../rust-native-tls" }
#"openssl:0.9.8" = { git = "https://github.com/sfackler/rust-openssl.git", features = ["v102", "v110"] }
#"openssl:0.9.8" = { path = "../rust-openssl/openssl", features = ["v102", "v110"] }
#"openssl-sys:0.9.8" = { git = "https://github.com/sfackler/rust-openssl.git", features = ["v102", "v110"] }
#"openssl-sys:0.9.8" = { path = "../rust-openssl/openssl-sys", features = ["v102", "v110"] }
#"tokio-rustls:0.2.0" = { git = "https://github.com/bluejekyll/tokio-rustls.git" }
#"security-framework:0.1.10" = { git = "https://github.com/sfackler/rust-security-framework.git" }
#"security-framework-sys:0.1.10" = { git = "https://github.com/sfackler/rust-security-framework.git" }