21 lines
325 B
TOML
21 lines
325 B
TOML
[package]
|
|
name = "mars"
|
|
version = "0.1.0"
|
|
authors = ["Thomas Forgione <thomas@forgione.fr>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
dirs = "1.0.4"
|
|
notify-rust = "3.4.2"
|
|
colored = "1.6.1"
|
|
percent-encoding = "1.0.1"
|
|
hyper = "0.12.10"
|
|
|
|
[[bin]]
|
|
name = "mars-server"
|
|
path = "src/server.rs"
|
|
|
|
[[bin]]
|
|
name = "mars"
|
|
path = "src/client.rs"
|