feat: rename project
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "clockin"
|
||||
name = "clock"
|
||||
edition = "2021"
|
||||
|
||||
version.workspace = true
|
@@ -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() {
|
Reference in New Issue
Block a user