26 lines
457 B
TOML
26 lines
457 B
TOML
[package]
|
|
name = "rssss"
|
|
version = "0.1.0"
|
|
authors = ["TQ Hirsch <thequux@thequux.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
lazy_static = "1.2.0"
|
|
structopt = "0.2.14"
|
|
failure = "0.1.5"
|
|
crc = "1.8.1"
|
|
byteorder = "1.3.1"
|
|
num-traits = "0.2.6"
|
|
rand = "0.6.5"
|
|
serde = "1.0.87"
|
|
serde_derive = "1.0.87"
|
|
serde_cbor = "0.9.0"
|
|
serde_json = "1.0.111"
|
|
bendy = "0.3.3"
|
|
generic-array = "1.0.0"
|
|
anyhow = "1.0.79"
|
|
|
|
[build-dependencies]
|
|
rand = "0.6.5"
|
|
generic-array = "1.0.0"
|