mirror of https://github.com/ElnuDev/rust-jmdict
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.
27 lines
602 B
27 lines
602 B
[package]
|
|
name = "jmdict-enums"
|
|
version = "2.0.0"
|
|
authors = ["Stefan Majewsky <majewsky@gmx.net>"]
|
|
edition = "2018"
|
|
description = "Autogenerated enums for the jmdict crate. Do not import directly."
|
|
readme = "README.md"
|
|
homepage = "https://github.com/majewsky/rust-jmdict/tree/main/jmdict-enums"
|
|
license = "Apache-2.0"
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
json = "^0.12.0"
|
|
|
|
[features]
|
|
scope-archaic = []
|
|
translations-eng = []
|
|
translations-dut = []
|
|
translations-fre = []
|
|
translations-ger = []
|
|
translations-hun = []
|
|
translations-rus = []
|
|
translations-slv = []
|
|
translations-spa = []
|
|
translations-swe = []
|