mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-26 20:10:17 +00:00
Fill in Cargo.toml
This commit is contained in:
parent
fda298417d
commit
e6e549c66c
1 changed files with 12 additions and 0 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -1,8 +1,20 @@
|
|||
[package]
|
||||
name = "lemurs"
|
||||
authors = ["Gijs Burghoorn <me@gburghoorn.com>"]
|
||||
description = "A TUI Display/Login Manager"
|
||||
version = "0.1.0"
|
||||
|
||||
edition = "2021"
|
||||
|
||||
categories = ["gui", "authentication"]
|
||||
keywords = ["display", "login", "desktop"]
|
||||
|
||||
repository = "https://github.com/coastalwhite/lemurs"
|
||||
homepage = "https://github.com/coastalwhite/lemurs"
|
||||
|
||||
readme = "README.md"
|
||||
license = "MIT or APACHE"
|
||||
|
||||
[dependencies]
|
||||
tui = { version = "0.16.0", features = [ "crossterm" ] }
|
||||
unicode-width = "0.1"
|
||||
|
|
Loading…
Reference in a new issue