diff --git a/Cargo.toml b/Cargo.toml index cad22a4..832f7d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,6 @@ version = "0.1.0" authors = ["Mark "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] +[features] +load-protocol = [] +kernel-protocol = []