every.channel: sanitized baseline
This commit is contained in:
commit
897e556bea
258 changed files with 74298 additions and 0 deletions
14
crates/ec-hdhomerun/Cargo.toml
Normal file
14
crates/ec-hdhomerun/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "ec-hdhomerun"
|
||||
version = "0.0.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
ec-core = { path = "../ec-core" }
|
||||
crc32fast = "1"
|
||||
hex = "0.4"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
ureq = { version = "2", default-features = true, features = ["tls"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue