2019-12-23 05:42:14 +01:00
|
|
|
[package]
|
2020-01-02 10:43:19 +01:00
|
|
|
name = "anki"
|
2019-12-23 05:42:14 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
|
|
|
authors = ["Ankitects Pty Ltd and contributors"]
|
2020-01-02 10:43:19 +01:00
|
|
|
license = "AGPL-3.0-or-later"
|
2019-12-24 04:33:44 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2019-12-24 05:05:15 +01:00
|
|
|
nom = "5.0.1"
|
2019-12-24 04:33:44 +01:00
|
|
|
failure = "0.1.6"
|
|
|
|
prost = "0.5.0"
|
|
|
|
bytes = "0.4"
|
2019-12-27 09:14:19 +01:00
|
|
|
chrono = "0.4.10"
|
2020-01-10 05:59:29 +01:00
|
|
|
lazy_static = "1.4.0"
|
|
|
|
regex = "1.3.3"
|
2020-01-11 00:35:41 +01:00
|
|
|
hex = "0.4.0"
|
|
|
|
blake3 = "0.1.0"
|
2020-01-20 10:12:34 +01:00
|
|
|
htmlescape = "0.3.1"
|
2019-12-24 04:33:44 +01:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
prost-build = "0.5.0"
|
2020-01-02 10:43:19 +01:00
|
|
|
|