summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: dbec664d6d1b7cca9bffc492d3e7e9481d102019 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "meli"
version = "0.1.0"
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]

[[bin]]
name = "meli"
path = "src/bin.rs"

[dependencies]
chan = "0.1.21"
chan-signal = "0.3.1"
nix = "*"
melib = { path = "melib", version = "*" }

ui = { path = "ui", version = "*" }

[profile.release]
lto = true
#debug = true

[workspace]
members = ["melib", "ui"]

[features]
default = []
debug_log = []