jannie

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7413858992f79cdaacd6af77cb588b35d4d1d30e
parent b0f6b960eb7d2fda07991535372e30c62e76ba90
Author: Andy Khramtsov <>
Date:   Tue, 10 Feb 2026 16:23:07 +0300

release: v0.1.0

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -464,7 +464,7 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "jannie" -version = "0.0.0" +version = "0.1.0" dependencies = [ "clap", "config", diff --git a/Cargo.toml b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jannie" authors = ["Andy Khramtsov"] -version = "0.0.0" +version = "0.1.0" edition = "2024" [dependencies]