21 lines
458 B
TOML
21 lines
458 B
TOML
# May want to find a better name, more reflective of the JDK part
|
|
# than the entire Java language.
|
|
|
|
[package]
|
|
name = "java"
|
|
version = "0.2.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
description = "Tools for interfacing with the Java Development Kit"
|
|
repository.workspace = true
|
|
|
|
publish.workspace = true
|
|
|
|
[dependencies]
|
|
bytesize.workspace = true
|
|
derive_more.workspace = true
|
|
fs.workspace = true
|
|
semver.workspace = true
|
|
subprocess.workspace = true
|