diff --git a/README.md b/README.md index 5eab8f1b..0e8ec809 100644 --- a/README.md +++ b/README.md @@ -17,20 +17,25 @@ - [Unit] and [integration] test affordances, used in our own tests. [`openzeppelin-contracts`]: https://github.com/OpenZeppelin/openzeppelin-contracts + [`koba`]: https://github.com/OpenZeppelin/koba + [Unit]: ./lib/motsu/README.md + [integration]: ./lib/e2e/README.md ## Usage -You can import OpenZeppelin Contracts from crates.io by adding the following line to your `Cargo.toml` (We recommend pinning to a specific version): +You can import OpenZeppelin Contracts from crates.io by adding the following +line to your `Cargo.toml` (We recommend pinning to a specific version): ```toml [dependencies] openzeppelin-stylus = "0.1.0-rc" ``` -Optionally,you can specify a git dependency if you want to have the latest changes from the `main` branch: +Optionally, you can specify a git dependency if you want to have the latest +changes from the `main` branch: ```toml [dependencies] @@ -53,7 +58,7 @@ sol_storage! { #[external] #[inherit(Erc20)] -impl Erc20Example { } +impl Erc20Example {} ``` For a more complex display of what this library offers, refer to our @@ -66,11 +71,12 @@ For more information on what this library will include in the future, see our [roadmap]. [basic]: ./examples/basic + [roadmap]: https://github.com/OpenZeppelin/rust-contracts-stylus/milestone/1 ## Contribute -OpenZeppelin Contracts for Stylus exists thanks to its contributors. There are +OpenZeppelin Contracts for Stylus exist thanks to its contributors. There are many ways you can participate and help build high-quality software. Check out the [contribution guide](CONTRIBUTING.md)! @@ -85,4 +91,5 @@ Refer to our [Security Policy](SECURITY.md) for more details. ## License -OpenZeppelin Contracts for Stylus is released under the [MIT License](./LICENSE). +OpenZeppelin Contracts for Stylus is released under +the [MIT License](./LICENSE). diff --git a/lib/motsu-proc/Cargo.toml b/lib/motsu-proc/Cargo.toml index f9057bad..99cbdb6d 100644 --- a/lib/motsu-proc/Cargo.toml +++ b/lib/motsu-proc/Cargo.toml @@ -19,7 +19,6 @@ alloy-primitives.workspace = true alloy-sol-types.workspace = true stylus-sdk.workspace = true - [lib] proc-macro = true