meli/ui/Cargo.toml

27 lines
698 B
TOML
Raw Normal View History

[package]
name = "ui"
version = "0.0.1" #:version
authors = ["Manos Pitsidianakis <el13635@mail.ntua.gr>"]
workspace = ".."
2019-06-18 21:13:58 +03:00
edition = "2018"
[dependencies]
xdg = "2.1.0" # >:c
2018-08-19 13:12:48 +03:00
serde = "1.0.71"
serde_derive = "1.0.71"
2019-03-04 12:03:39 +02:00
serde_json = "1.0"
config = { git = "https://github.com/meli/config-rs", version = "*" }
chan = "0.1.21"
2018-07-21 11:20:13 +03:00
chan-signal = "0.3.1"
fnv = "1.0.3" # >:c
linkify = "0.3.1" # >:c
2018-08-06 14:58:54 +03:00
melib = { path = "../melib", version = "*" }
mime_apps = { git = "https://github.com/meli/mime_apps", version = "*" }
2018-08-06 14:58:54 +03:00
nom = "3.2.0"
notify = "4.0.1" # >:c
notify-rust = "^3" # >:c
2018-08-06 14:58:54 +03:00
termion = "1.5.1"
2019-02-15 09:06:42 +02:00
bincode = "1.0.1"
uuid = { version = "0.6", features = ["serde", "v4"] }
unicode-segmentation = "1.2.1" # >:c