mars/Cargo.toml

24 lines
377 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>"]
2018-12-10 15:01:59 +01:00
edition = "2018"
2018-09-24 13:52:45 +02:00
[dependencies]
2018-09-25 14:51:32 +02:00
dirs = "1.0.4"
notify-rust = "3.4.2"
2018-09-25 11:27:28 +02:00
colored = "1.6.1"
percent-encoding = "1.0.1"
2018-09-24 14:32:12 +02:00
hyper = "0.12.10"
2019-02-27 11:09:38 +01:00
log = "0.4.6"
beautylog = "0.1.0"
2019-04-02 12:00:33 +02:00
notify = "4.0.10"
2018-09-24 14:32:12 +02:00
[[bin]]
name = "mars-server"
path = "src/server.rs"
[[bin]]
name = "mars"
path = "src/client.rs"