diff --git a/Cargo.lock b/Cargo.lock index 56f6a12..9d125bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] -name = "cosmic-greeter" +name = "cosmic-idle" version = "0.1.0" dependencies = [ "keyframe", diff --git a/Cargo.toml b/Cargo.toml index 2d1fb59..6a7cb19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "cosmic-greeter" +name = "cosmic-idle" version = "0.1.0" edition = "2021"