mars/Cargo.toml

16 lines
226 B
TOML
Raw Normal View History

2018-09-24 13:52:45 +02:00
[package]
name = "mars"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
[dependencies]
2018-09-24 14:32:12 +02:00
hyper = "0.12.10"
[[bin]]
name = "mars-server"
path = "src/server.rs"
[[bin]]
name = "mars"
path = "src/client.rs"