fix: rename app and lib

This commit is contained in:
Arduinum
2026-03-12 20:21:50 +03:00
committed by Arduinum628
parent 4d2bb6597a
commit 1716306e86
3 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "app"
name = "kawai-focus"
version = "0.1.0"
description = "Kawai-Focus - приложение для фокусировки внимания на основе таймера Pomodoro."
authors = ["Arduinum"]
@@ -11,7 +11,7 @@ rust-version = "1.77.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "app_lib"
name = "kawai_focus"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]