feat: rename project

This commit is contained in:
2025-03-25 20:19:30 +01:00
parent 248a7f0e3e
commit 57512a70ac
7 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "clockin"
name = "clock"
edition = "2021"
version.workspace = true

View File

@@ -45,7 +45,7 @@ async fn main() -> anyhow::Result<()> {
let dir = dirs::data_dir()
.expect("to be able to get a data dir")
.join("clockin")
.join("clock")
.join("timetable.json");
let mut timetable = if dir.exists() {