meli/ui/Cargo.toml

26 lines
565 B
TOML
Raw Normal View History

[package]
name = "ui"
version = "0.0.1" #:version
authors = []
workspace = ".."
[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"
2018-08-19 13:12:48 +03:00
config = "0.6"
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 = { path = "../../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.1.0" # >:c