carrier-signal/Cargo.toml

18 lines
515 B
TOML
Raw Permalink Normal View History

[package]
2020-05-30 23:39:38 +02:00
name = "carrier-signal"
version = "0.1.0"
authors = ["ModZero <modzero@modzero.xyz>"]
edition = "2018"
license = "AGPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-06-01 16:00:40 +02:00
futures = { version = "0.3", default-features = false, features = ["alloc"] }
legion = "0.2.1"
2020-06-01 21:25:40 +02:00
nalgebra = "0.21"
rand = "0.7.3"
2020-06-01 04:50:16 +02:00
serde = { version = "1.0", features= ["derive"] }
2020-06-01 16:00:40 +02:00
serde_json = "1.0"
tokio = { version = "0.2", features = ["full"] }
2020-06-01 04:50:16 +02:00
warp = "0.2"