Initial commit
This commit is contained in:
parent
6dab86baae
commit
0237540773
2 changed files with 68 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[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 = "*" }
|
||||
#unicorn_hat_hd_2 = { version = "*", default-features = false, features = [ "fake-hardware" ] }
|
||||
url = "*"
|
||||
reqwest = "*"
|
||||
trust-dns-client = "*"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue