From 9a1263302c285c1e68220bf6649568d52a97fc2d Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 9 Aug 2024 00:41:23 +0200 Subject: [PATCH] chore: remove old java build deps Co-authored-by: zaaarf --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9e7c6ac..475fece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,9 +51,6 @@ pyo3 = { version = "0.20", features = ["extension-module"], optional = true} pyo3-asyncio = { version = "0.20", features = ["tokio-runtime"], optional = true } [build-dependencies] -# glue (java) -flapigen = { version = "0.6.0", optional = true } -rifgen = { git = "https://github.com/Kofituo/rifgen.git", rev = "d27d9785b2febcf5527f1deb6a846be5d583f7d7", optional = true } # glue (js) napi-build = { version = "2", optional = true } # glue (python)