12 lines
301 B
TOML
12 lines
301 B
TOML
[package]
|
|
name = "cosmic-greeter-config"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
description = "Configuration for COSMIC Greeter"
|
|
repository = "https://github.com/pop-os/cosmic-greeter"
|
|
license = "GPL-3.0-only"
|
|
|
|
[dependencies]
|
|
cosmic-config.workspace = true
|
|
tracing.workspace = true
|
|
serde.workspace = true
|