Network bonus. Gimme my 10%
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -4,3 +4,16 @@ version = "0.1.0"
|
||||
authors = ["Jur van den Berg <Jurl.berg@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
[features]
|
||||
default = ["bonus", "extra"]
|
||||
|
||||
bonus = ["bonus:network"]
|
||||
"bonus:network" = []
|
||||
|
||||
extra = ["extra:sleep"]
|
||||
"extra:sleep" = []
|
||||
|
||||
debug = ["debug:instr", "debug:frame"]
|
||||
"debug:instr" = []
|
||||
"debug:frame" = []
|
||||
Reference in New Issue
Block a user