feat: rename project
This commit is contained in:
parent
248a7f0e3e
commit
57512a70ac
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -198,7 +198,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
||||
|
||||
[[package]]
|
||||
name = "clockin"
|
||||
name = "clock"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
|
@ -6,7 +6,7 @@ resolver = "2"
|
||||
version = "0.1.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
clockin = { path = "crates/clockin" }
|
||||
clock = { path = "crates/clock" }
|
||||
|
||||
anyhow = { version = "1" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
@ -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() {
|
@ -3,13 +3,13 @@
|
||||
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git"
|
||||
|
||||
vars:
|
||||
service: "clockin"
|
||||
service: "clock"
|
||||
registry: kasperhermansen
|
||||
|
||||
please:
|
||||
project:
|
||||
owner: kjuulh
|
||||
repository: "clockin"
|
||||
repository: "clock"
|
||||
branch: "main"
|
||||
settings:
|
||||
api_url: "https://git.front.kjuulh.io"
|
||||
|
Loading…
x
Reference in New Issue
Block a user