Skip to content

Commit

Permalink
Cleanup old CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Jan 16, 2022
1 parent a5f2fae commit 10b77ef
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Cargo.toml
Expand Up @@ -17,8 +17,6 @@ version = "0.2.1"
name = "ddns-cli"

[dependencies]
openssl = { version = "^0.10.0", optional = true }

bytes = "^1.1.0"
futures-core = "^0.3.19"
hex = ">=0.4.3"
Expand Down Expand Up @@ -79,16 +77,10 @@ version = "^1.10.0"
[dev-dependencies]
criterion = "^0.3.5"

# The same as https://github.com/sfackler/rust-native-tls
[target.'cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios")))'.dependencies.openssl]
features = ["vendored"]
version = "^0.10.0"

[features]
default = ["default-logger"]
default-logger = ["slog-stdlog", "slog-envlogger"]
system-alloc = []
with-vcpkg = ["openssl"]

# The development profile, used for `cargo build`.
[profile.dev]
Expand Down

0 comments on commit 10b77ef

Please sign in to comment.