13 lines
319 B
TOML
13 lines
319 B
TOML
[package]
|
|
name = "unicorn"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
unicorn_hat_hd_2 = { version = "*", default-features = false, features = [ "fake-hardware" ] }
|
|
url = "*"
|
|
reqwest = "*"
|
|
trust-dns-client = "*"
|
|
|