forked from Technosorcery/sd2snes-lttp-rando-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
36 lines (33 loc) · 791 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 = "sd2snes-lttp-rando-tracker"
description = "Automatically track progress in a Link to the Past randomizer run using a USB2SNES modified SD2SNES."
version = "1.0.1"
authors = ["Jacob Helwig <[email protected]>"]
build = "build.rs"
include = ["ui/dist"]
[dependencies]
bus = "2.0.1"
clap = "2.32.0"
failure = "0.1.5"
futures = "0.1.25"
hyper = "0.12.21"
includedir = "0.5.0"
lazy_static = "1.2"
phf = "0.7.23"
rocket = "0.4.0"
rocket_codegen = "0.4.0"
rocket_contrib = "0.4.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.8.8"
serial = "0.4"
tokio = "0.1.14"
tokio-core = "0.1.17"
unicase = "1.4.2"
websocket = "0.21.1"
[dependencies.lazy-panic]
version = "1.0.0"
features = ['backtrace-on']
[build-dependencies]
includedir_codegen = "0.5.0"