mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-25 19:40:18 +00:00
13 lines
No EOL
175 B
TOML
13 lines
No EOL
175 B
TOML
[workspace]
|
|
members = [
|
|
"lemurs-core",
|
|
"lemurs-tui",
|
|
"env_container",
|
|
"utmpx",
|
|
]
|
|
|
|
[workspace.dependencies]
|
|
log = "0.4.0"
|
|
nix = "0.23.1"
|
|
libc = "0.2"
|
|
users = "0.11.0" |