13 lines
333 B
TOML
13 lines
333 B
TOML
[package]
|
|
name = "nm-store-cli"
|
|
version = "0.1.0"
|
|
authors = ["Elf M. Sternberg <elf.sternberg@gmail.com>"]
|
|
edition = "2018"
|
|
description = "Command-line direct access to the notesmachine store."
|
|
readme = "./README.org"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|