codemp-intellij/Cargo.toml

21 lines
648 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]
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.5.0", features = ["global", "sync"] }
jni = { version = "0.21.1", features = ["invocation"] }
jni-sys = "0.3.0"
log = "0.4.20"
rifgen = { git = "https://github.com/Kofituo/rifgen.git", rev = "d27d9785b2febcf5527f1deb6a846be5d583f7d7"}
tokio = "1.34.0"
2023-08-28 11:06:13 +02:00
[build-dependencies]
flapigen = "0.6.0"
rifgen = { git = "https://github.com/Kofituo/rifgen.git", rev = "d27d9785b2febcf5527f1deb6a846be5d583f7d7"}
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"