You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
441 B
TOML
16 lines
441 B
TOML
[package]
|
|
name = "bibliographix"
|
|
description = "A bibliography management crate."
|
|
version = "0.4.0"
|
|
authors = ["trivernis <trivernis@protonmail.com>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/Trivernis/bibliographix"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = "0.4.15"
|
|
chrono-english = "0.1.4"
|
|
toml = "0.5.6" |