cosmic-greeter/cosmic-greeter-config/Cargo.toml

13 lines
301 B
TOML
Raw Normal View History

[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
2025-09-12 17:39:37 -04:00
tracing.workspace = true
serde.workspace = true