Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
489 B

[package]
name = "jmdict-traverse"
version = "1.0.0"
authors = ["Stefan Majewsky <majewsky@gmx.net>"]
edition = "2018"
description = "Build system support for the jmdict crate. Do not import directly."
readme = "README.md"
homepage = "https://github.com/majewsky/rust-jmdict/tree/main/jmdict-traverse"
license = "Apache-2.0"
[dependencies]
jmdict-enums = { path = "../jmdict-enums", version = "1.0.0" }
directories = "^3"
hex-literal = "^0.3"
libflate = "^1"
sha2 = "^0.9"
json = "^0.12"