forked from Cutieguwu/raven
Most of the refactor. Need to switch machines.
This commit is contained in:
21
crates/java/Cargo.toml
Normal file
21
crates/java/Cargo.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
# May want to find a better name, more reflective of the JDK part
|
||||
# than the entire Java language.
|
||||
|
||||
[package]
|
||||
name = "java"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
description = "Tools for interfacing with the Java Development Kit"
|
||||
repository.workspace = true
|
||||
|
||||
publish.workspace = true
|
||||
test.workspace = true
|
||||
|
||||
[dependencies]
|
||||
bytesize.workspace = true
|
||||
derive_more.workspace = true
|
||||
fs.workspace = true
|
||||
io.workspace = true
|
||||
semver.workspace = true
|
||||
Reference in New Issue
Block a user