diff --git a/src/common/Cargo.toml b/src/common/Cargo.toml index cdba252d..33f25d9d 100644 --- a/src/common/Cargo.toml +++ b/src/common/Cargo.toml @@ -19,4 +19,4 @@ serde = { workspace = true, features = ["derive"] } [features] default = ["boringssl"] -boringssl = ["pelikan-net/boringssl"] \ No newline at end of file +boringssl = ["pelikan-net/boringssl"] diff --git a/src/config/Cargo.toml b/src/config/Cargo.toml index f8404daf..620c0065 100644 --- a/src/config/Cargo.toml +++ b/src/config/Cargo.toml @@ -18,4 +18,4 @@ toml = { workspace = true } [features] default = ["boringssl"] -boringssl = ["common/boringssl"] \ No newline at end of file +boringssl = ["common/boringssl"]