mirror of
https://github.com/SupernaviX/vvb.git
synced 2024-11-23 14:00:01 +00:00
12 lines
182 B
TOML
12 lines
182 B
TOML
[package]
|
|
name = "vvb"
|
|
version = "0.1.0"
|
|
authors = ["Simon Gellis <simongellis@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
jni = "0.17.0"
|
|
|
|
[lib]
|
|
name = "vvb"
|
|
crate-type = ["dylib"] |