mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-01 15:40:27 +00:00
5a53020f3d
The feature needs to be defined in all manifests in order to be enabled in all crates.
34 lines
828 B
TOML
34 lines
828 B
TOML
[package]
|
|
name = "ui"
|
|
version = "0.3.0"
|
|
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
|
|
workspace = ".."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
xdg = "2.1.0" # >:c
|
|
serde = "1.0.71"
|
|
serde_derive = "1.0.71"
|
|
serde_json = "1.0"
|
|
toml = "0.5.3"
|
|
crossbeam = "0.7.2"
|
|
fnv = "1.0.3" # >:c
|
|
linkify = "0.3.1" # >:c
|
|
melib = { path = "../melib", version = "*" }
|
|
mime_apps = { git = "https://git.meli.delivery/meli/mime_apps", version = "^0.2.0" }
|
|
nom = "3.2.0"
|
|
notify = "4.0.1" # >:c
|
|
notify-rust = "^3" # >:c
|
|
termion = "1.5.1"
|
|
bincode = "1.0.1"
|
|
uuid = { version = "0.6", features = ["serde", "v4"] }
|
|
unicode-segmentation = "1.2.1" # >:c
|
|
text_processing = { path = "../text_processing", version = "*" }
|
|
libc = {version = "0.2.59", features = ["extra_traits",]}
|
|
|
|
[features]
|
|
default = []
|
|
|
|
# Print tracing logs as meli runs
|
|
debug-tracing = []
|