Skip to content

Commit

Permalink
chore: fix eidolon feature
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 4, 2024
1 parent ac882de commit 5bff29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ log_crate = { package = "log", version = "0.4.17" }
[features]
default = ["reactor", "socket2"]
all = ["reactor", "nonblocking", "eidolon", "mio", "log"]
eidolon = ["cyphernet/eidolon"]
eidolon = ["cyphernet/eidolon", "cyphernet/x25519"]
reactor = ["io-reactor", "nonblocking"]
nonblocking = ["socket2"]
log = ["log_crate", "io-reactor/log"]
Expand Down

0 comments on commit 5bff29f

Please sign in to comment.