Skip to content

Commit

Permalink
fix: Add NEAR Runtime utils README to be able to publish (#3280)
Browse files Browse the repository at this point in the history
Missing README for a crate to publish

Going to publish runtime crates at `2.2.0`.

## Test plan:
- publish with dry-run
  • Loading branch information
Evgeny Kuzyakov authored and chefsale committed Sep 7, 2020
1 parent de33ee0 commit b35bf58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/near-runtime-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ This crate contains utility functions for NEAR runtime.

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

# The crate should't include dependencies on `near-primitives` and `near-crypto` to keep the dependencies limited.
# Historically, `near-primitives` contained a bunch of dependencies that prevented this crate from being compiled to Wasm.

[dependencies]
6 changes: 6 additions & 0 deletions runtime/near-runtime-utils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# NEAR Runtime utilities

This crate contains utility functions for NEAR runtime.

The crate doesn't include dependencies on `near-primitives` and `near-crypto` to keep the dependencies limited.
Historically, `near-primitives` contained a bunch of dependencies that prevented this crate from being compiled to Wasm.

0 comments on commit b35bf58

Please sign in to comment.