This repository has been archived on 2021-02-13. You can view files and clone it, but cannot push or open issues/pull-requests.
zettel.deprecated/Cargo.toml

21 lines
535 B
TOML

[package]
name = "zettel"
version = "0.1.0"
authors = ["Brian Hicks <brian@brianthicks.com>"]
edition = "2018"
license = "MIT"
repository = "https://git.bytes.zone/brian/zettel"
readme = "README.md"
keywords = ["TODO"]
categories = ["TODO"]
description = "command-line management of Zettelkasten"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
directories = "2.0"
lazy_static = "1.4"
regex = "1.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"