Compare commits

..

No commits in common. "main" and "emulate" have entirely different histories.

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
unicorn_hat_hd_2 = { version = "*" }
unicorn_hat_hd_2 = { version = "*", default-features = false, features = [ "fake-hardware" ] }
url = "*"
reqwest = "*"
trust-dns-client = "*"