diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 9ff4b6a..149bcd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,8 @@ twilight-gateway = "0.16.0" twilight-http = "0.16.0" twilight-model = "0.16.0" twilight-util = { version = "0.16.0", features = ["builder"] } +ureq = { version = "3.0.11", optional = true } + +[features] +default = ["emboard-direct"] +emboard-direct = ["ureq"] |