summaryrefslogtreecommitdiffstats
path: root/categories/Cargo.toml
blob: c1c9a57e3103e105002cd502f02677c386b841e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
edition = "2018"
name = "categories"
version = "0.1.3"
authors = ["Kornel <kornel@geekhood.net>"]
license = "MIT OR Apache-2.0"
description = "List of categories from crates.io"

[lib]
name = "categories"
path = "src/categories.rs"

[dependencies]
serde = "1.0.66"
toml = "0.5"
serde_derive = "1.0.66"
lazy_static = "1.0.1"
quick-error = "1.2.2"