diff options
| author | Kamen Mladenov <kamen@syndamia.com> | 2025-02-17 16:46:24 +0200 |
|---|---|---|
| committer | Kamen Mladenov <kamen@syndamia.com> | 2025-02-18 14:26:14 +0200 |
| commit | d815a08151cca7ef4e26a06156c165887a8c70e5 (patch) | |
| tree | a8c479d164f46b64ae91c370e1ca77fcccbd0393 /guests/README.md | |
| parent | 0e0404c856c07a6b3b6d957e5a27d9af380682e6 (diff) | |
| download | zkVMs-benchmarks-d815a08151cca7ef4e26a06156c165887a8c70e5.tar zkVMs-benchmarks-d815a08151cca7ef4e26a06156c165887a8c70e5.tar.gz zkVMs-benchmarks-d815a08151cca7ef4e26a06156c165887a8c70e5.zip | |
docs(guests/README): Remove requirement for package name to be the same as dir name
Diffstat (limited to 'guests/README.md')
| -rw-r--r-- | guests/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guests/README.md b/guests/README.md index fd16fb7..1bbb176 100644 --- a/guests/README.md +++ b/guests/README.md @@ -11,8 +11,6 @@ These are normal Rust programs, with certain specific patterns implemented for z 1. **Copy the project to this directory.** - Make sure the directory name is the **same** as the package name (inside your `Cargo.toml`)! - If you refer to local path dependencies, which you want to include with the project, move them inside the `guest/YOUR_PROJECT/` directory! Everything directly inside `guests` is expected to be a crate, setup to be ran by the zkVMs. |
