feat: rename project

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

2
Cargo.lock generated
View File

@ -198,7 +198,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
[[package]] [[package]]
name = "clockin" name = "clock"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",

View File

@ -6,7 +6,7 @@ resolver = "2"
version = "0.1.0" version = "0.1.0"
[workspace.dependencies] [workspace.dependencies]
clockin = { path = "crates/clockin" } clock = { path = "crates/clock" }
anyhow = { version = "1" } anyhow = { version = "1" }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }

View File

@ -1,2 +1,2 @@
# clockin # clock

View File

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

View File

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

View File

@ -3,13 +3,13 @@
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git" base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git"
vars: vars:
service: "clockin" service: "clock"
registry: kasperhermansen registry: kasperhermansen
please: please:
project: project:
owner: kjuulh owner: kjuulh
repository: "clockin" repository: "clock"
branch: "main" branch: "main"
settings: settings:
api_url: "https://git.front.kjuulh.io" api_url: "https://git.front.kjuulh.io"