rename features
This commit is contained in:
parent
2ac4bcfb9a
commit
f6a514f34d
2 changed files with 8 additions and 12 deletions
|
|
@ -15,8 +15,8 @@ path = "src/lib.rs"
|
|||
[features]
|
||||
default = []
|
||||
store = ["nixide-sys/nix-store-c"]
|
||||
expr = ["store", "nixide-sys/nix-expr-c"]
|
||||
flake = ["store", "nixide-sys/nix-flake-c", "nixide-sys/nix-fetchers-c"]
|
||||
exprs = ["store", "nixide-sys/nix-expr-c"]
|
||||
flakes = ["store", "nixide-sys/nix-flake-c", "nixide-sys/nix-fetchers-c"]
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.183"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue