orgflow 0.2.0

A Rust library for managing documents with support for tasks and notes
Documentation
[package]
name = "orgflow"
version = "0.2.0"
edition = "2024"
description = "A Rust library for managing documents with support for tasks and notes"
license = "MIT"
repository = "https://github.com/ucyo/orgflow"
homepage = "https://github.com/ucyo/orgflow"
documentation = "https://docs.rs/orgflow"
keywords = ["productivity", "notes", "tasks", "organization"]
categories = ["text-processing", "data-structures"]
readme = "../README.md"

[dependencies]
chrono = "0.4.40"

[dependencies.uuid]
version = "1.16.0"
# Lets you generate random UUIDs
features = ["v4"]

[lib]
name = "orgflow"
path = "src/lib/mod.rs"