cite 0.3.0

The package provides a tool for formatting citations.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cite"
version = "0.3.0"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/IvanUkhov/cite"
homepage = "https://github.com/IvanUkhov/cite"
description = "The package provides a tool for formatting citations."

[[bin]]
name = "cite"
test = false

[dependencies]
arguments = "*"
temporary = "*"