[package] name = "codemp-intellij" version = "0.1.0" edition = "2021" [dependencies] codemp = { path = "../../lib", features = ["global", "sync", "transport"] } #codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", branch = "workspace", features = ["global", "sync"] } jni = { version = "0.21.1", features = ["invocation"] } jni-sys = "0.3.0" lazy_static = "1.4.0" log = "0.4.20" rifgen = { git = "https://github.com/Kofituo/rifgen.git", rev = "d27d9785b2febcf5527f1deb6a846be5d583f7d7"} tokio = "1.35.1" uuid = { version = "1.4.1", features = ["v4"] } [build-dependencies] flapigen = "0.6.0" rifgen = { git = "https://github.com/Kofituo/rifgen.git", rev = "d27d9785b2febcf5527f1deb6a846be5d583f7d7"} [lib] crate_type = ["cdylib"] path = "src/main/rust/lib.rs"