tictac 0.0.0

A simple stopwatch.
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 = "2021"
name = "tictac"
version = "0.0.0"
authors = ["Valentin Colin <valentin.colin78@gmail.com>"]
description = "A simple stopwatch."
homepage = "https://ValentinColin.github.io/tictac"
documentation = "https://docs.rs/ValentinColin/latest/tictac"
readme = "README.md"
keywords = [
    "timer",
    "chrono",
]
license = "MIT"
repository = "https://github.com/ValentinColin/tictac.git"
resolver = "2"

[dependencies.log]
version = "0.4.17"

[dev-dependencies.env_logger]
version = "0.9.0"