jaust 0.1.2

Java ecosystem tools in rust a learning project
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "jaust"
version = "0.1.2"
edition = "2021"
description = "Java ecosystem tools in rust a learning project"
license = "MIT"
documentation = "https://docs.rs/jaust"
repository = "https://github.com/glazari/jaust"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.17", features = ["derive"] }