-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (21 loc) · 642 Bytes
/
Copy pathCargo.toml
File metadata and controls
23 lines (21 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "escape"
version = "0.1.0"
authors = ["RussellBentley <russell.w.bentley@icloud.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0.23.12"
nalgebra = { version = "0.24.0", features = ["serde-serialize"]}
num-traits = "0.2.14"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.61"
structopt = "0.3.21"
thiserror = "1.0.23"
tokio = { version = "1.18.2", features = ["full"] }
rand = "0.8.2"
tracing = "0.1.34"
tracing-futures = "0.2.5"
tracing-subscriber = "0.3.11"
parking_lot = "0.11.1"
statistical = "1.0.0"