forked from SchmidtScoreboard/rust-scoreboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (33 loc) · 904 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[package]
name = "scoreboard"
version = "2.3.7"
authors = ["Mark Schmidt <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rpi-led-matrix = "0.2.2"
chrono = "0.4.13"
serde_json = "1.0"
serde_repr = "0.1"
serde = { version = "1.0", features = ["derive", "rc"]}
ureq = { version = "1.3.0", features = ["json", "charset"]}
rocket = "0.4.11"
rocket_contrib = "0.4.11"
chrono-tz = "0.5"
rust-embed={version="6.4.0", features = ["debug-embed"]}
log = "0.4.0"
flexi_logger = {version="0.16.1", features=["colors"]}
png = "0.16.7"
rand = "0.7.3"
rand_distr = "0.3.0"
sysfs_gpio = "0.5.4"
users = "0.11.0"
openssl = { version = "0.10", features = ["vendored"] }
ring = "0.16.17"
self_update = "0.30.0"
clap = "2.33.3"
itertools = "0.9.0"
system_shutdown = "3.0.0"
[[bin]]
name = "demo"
path = "src/demo.rs"