mirror of
https://github.com/apognu/tuigreet.git
synced 2024-11-22 22:05:04 +03:00
15 lines
309 B
TOML
15 lines
309 B
TOML
[package]
|
|
name = "greetd-tui"
|
|
version = "0.1.0"
|
|
authors = ["Antoine POPINEAU <antoine.popineau@appscho.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
getopts = "0.2.21"
|
|
greetd_ipc = { version = "0.6.0", features = ["sync-codec"] }
|
|
termion = "1.5.5"
|
|
tui = "0.9.5"
|
|
nix = "0.17.0"
|
|
textwrap = "0.12.0"
|
|
chrono = "0.4.11"
|