d3vlog 0.7.0

A tiny developer journal that lives in your terminal
# 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 = "d3vlog"
version = "0.7.0"
authors = ["Welt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tiny developer journal that lives in your terminal"
readme = "README.md"
keywords = [
    "cli",
    "journal",
    "sqlite",
    "developer",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/w3lt/devlog"

[[bin]]
name = "devlog"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.45"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.rusqlite]
version = "0.40.1"
features = ["bundled"]

[dependencies.uuid]
version = "1.23.3"
features = ["v7"]