eure-cli 0.0.0

Command-line tool for EURE format conversion and validation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "eure-cli"
version = "0.0.0"
edition = "2024"
description = "Command-line tool for EURE format conversion and validation"
license = "MIT OR Apache-2.0"
homepage = "https://eure.dev"
repository = "https://github.com/Hihaheho/eure"
readme = "README.md"
keywords = ["eure", "cli", "conversion", "validation"]

[[bin]]
name = "eure"
path = "src/main.rs"

[dependencies]