klogr 0.1.0

Library reading text-based time sheets
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "klogr"
version = "0.1.0"
authors = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library reading text-based time sheets"
readme = false
license = "AGPL-3.0-or-later OR EUPL-1.2"
repository = "https://codeberg.org/silwol/timelogr"

[lib]
name = "klogr"
path = "src/lib.rs"

[dependencies.peg]
version = "0.8"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.time]
version = "0.3.14"