codemp-intellij/Cargo.toml

18 lines
350 B
TOML
Raw Normal View History

2023-08-19 23:42:27 +02:00
[package]
name = "codemp-intellij"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-08-28 11:06:13 +02:00
codemp = { git = "ssh://git@github.com-irl/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.4.2" }
2023-08-19 23:42:27 +02:00
jni = "0.21.1"
2023-08-28 11:06:13 +02:00
rifgen = "0.1.61"
[build-dependencies]
flapigen = "0.6.0"
rifgen = "0.1.61"
2023-08-19 23:42:27 +02:00
[lib]
crate_type = ["cdylib"]
2023-08-20 09:45:09 +02:00
path = "src/main/rust/lib.rs"