diff --git a/Cargo.toml b/Cargo.toml index 03156e5..a673e38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,6 @@ [workspace] -members = [ - "core", - "substreams-near" -] +members = ["core", "substreams-near"] +resolver = "2" [profile.release] lto = true @@ -12,12 +10,12 @@ strip = "debuginfo" [workspace.package] version = "0.10.0" edition = "2021" -description = "Substreams development kit for near chains, contains Firehose Block model and helpers." +description = "Substreams development kit for NEAR chains, contains Firehose Block model and helpers." homepage = "https://substreams.streamingfast.io/" repository = "https://github.com/streamingfast/substreams-ethereum/tree/develop/substreams-near" license = "Apache-2.0" readme = "README.md" -keywords = [ "substreams", "near", "streamingfast", "firehose", "thegraph"] +keywords = ["substreams", "near", "streamingfast", "firehose", "thegraph"] categories = ["api-bindings", "external-ffi-bindings", "wasm"] rust-version = "1.71.1" diff --git a/core/Cargo.toml b/core/Cargo.toml index 3b62502..1991af6 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -11,7 +11,6 @@ keywords.workspace = true categories.workspace = true rust-version.workspace = true - [dependencies] prost = { version = "0.13" } prost-types = "0.13" @@ -25,4 +24,4 @@ prost-build = "0.13" anyhow = "1" [target.wasm32-unknown-unknown.dependencies] -getrandom = { version = "0.2", features = ["custom"] } \ No newline at end of file +getrandom = { version = "0.2", features = ["custom"] }