diff options
Diffstat (limited to 'oryxc/Cargo.toml')
| -rw-r--r-- | oryxc/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/oryxc/Cargo.toml b/oryxc/Cargo.toml index aeeea7d..9b13471 100644 --- a/oryxc/Cargo.toml +++ b/oryxc/Cargo.toml @@ -14,3 +14,10 @@ unicode-width = "0.2.2" # num-rational = "0.4.2" # icu = { version = "2.1.1", features = ["compiled_data"] } + +[features] +fetch = ["dep:ureq", "dep:zip"] + +[build-dependencies] +ureq = { version = "2", optional = true } +zip = { version = "2", optional = true } |