cosmic-greeter/cosmic-greeter-config/Cargo.toml
2024-08-28 22:55:08 -04:00

12 lines
297 B
TOML

[package]
name = "cosmic-greeter-config"
version = "0.1.0"
edition = "2021"
description = "Configuration for COSMIC Greeter"
repository = "https://github.com/pop-os/cosmic-greeter"
license = "GPL-3.0-only"
[dependencies]
cosmic-config.workspace = true
log.workspace = true
serde.workspace = true