mirror of
https://github.com/apognu/tuigreet.git
synced 2024-11-26 07:28:57 +03:00
14 lines
291 B
TOML
14 lines
291 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"
|