anki/rslib/Cargo.toml

18 lines
279 B
TOML
Raw Normal View History

2019-12-23 05:42:14 +01:00
[package]
name = "anki"
2019-12-23 05:42:14 +01:00
version = "0.1.0"
edition = "2018"
authors = ["Ankitects Pty Ltd and contributors"]
license = "AGPL-3.0-or-later"
[dependencies]
nom = "5.0.1"
failure = "0.1.6"
prost = "0.5.0"
bytes = "0.4"
chrono = "0.4.10"
[build-dependencies]
prost-build = "0.5.0"