chore: update libcosmic

This commit is contained in:
Ashley Wulber 2025-03-21 10:33:31 -04:00 committed by Jeremy Soller
parent 6a2292a944
commit b896732eed
3 changed files with 345 additions and 265 deletions

605
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
[package]
name = "cosmic-greeter"
version = "0.1.0"
edition = "2021"
edition = "2024"
[dependencies]
chrono = { version = "0.4", features = ["unstable-locales"] }

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "1.85.1"
components = ["clippy", "rustfmt"]