diff --git a/Cargo.toml b/Cargo.toml index 178de3d..1a02aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,6 @@ near-plugins = { path = "near-plugins" } near-plugins-derive = { path = "near-plugins-derive" } serde = "1" anyhow = "1.0" -borsh = "0.9" tokio = { version = "1", features = ["full"] } near-workspaces = "0.9" toml = "0.5" diff --git a/near-plugins-derive/Cargo.toml b/near-plugins-derive/Cargo.toml index 65fce97..a13504a 100644 --- a/near-plugins-derive/Cargo.toml +++ b/near-plugins-derive/Cargo.toml @@ -17,7 +17,6 @@ proc-macro-crate.workspace = true [dev-dependencies] anyhow.workspace = true -borsh.workspace = true near-plugins.workspace = true near-sdk.workspace = true tokio.workspace = true