blob: 955b96ede02646fe6af21c1c5fa111ba484397c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[package]
name = "rrjvm"
version = "0.0.1"
authors = ["Joel Klinghed <the_jk@spawned.biz>"]
edition = "2021"
rust-version = "1.77"
description = "Red Rocket JVM"
license = "MIT"
[dependencies]
derive_builder = "0.20.0"
|