[dependencies.atty]
version = "0.2.14"
[dependencies.clap]
version = "3.1.6"
[dependencies.dirs]
version = "4.0.0"
[dependencies.libzettels]
version = "^0.4"
[dependencies.log]
version = "0.4.14"
[dependencies.simplelog]
version = "0.11.2"
[dependencies.tempfile]
version = "3.3.0"
[package]
authors = ["Stefan Thesing <software@webdings.de>"]
categories = ["command-line-utilities", "science"]
description = "Zettels is a command line tool implementing Niklas Luhmann's system of a Zettelkasten. It is designed for people who want to use their favourite text editor to edit their notes."
homepage = "http://zettels.bildungsangst.de"
keywords = ["notes", "zettelkasten", "knowledge", "academia", "hypertext"]
license = "GPL-3.0-or-later"
name = "zettels"
readme = "README.md"
repository = "https://gitlab.com/sthesing/zettels"
version = "0.3.0"
[package.metadata.deb]
assets = [["target/release/zettels", "usr/local/bin/", "755"], ["README.md", "usr/share/doc/zettels/README", "644"]]
copyright = "2020-2022 Stefan Thesing"
depends = "$auto"
extended-description = "Zettels is a command line tool implementing Niklas Luhmann's system of a 'Zettelkasten'. It is designed for people who want to use their favourite text editor to edit their notes.'"
license-file = ["LICENSE", "0"]
maintainer = "Stefan Thesing <software@webdings.de>"
priority = "optional"
section = "science"