https://github.com/aspectron/kaspa
https://github.com/aspectron/kaspa
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aspectron/kaspa
- Owner: aspectron
- Created: 2022-07-14T14:37:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T21:20:47.000Z (almost 4 years ago)
- Last Synced: 2025-06-27T11:09:39.769Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kaspa
NOTES:
If you run into the following issue:
```
error: failed to parse manifest at `C:\dev\workflow\workflow\Cargo.toml`
Caused by:
feature `edition2021` is required
```
update your local rust installation to the nightly channel: `rustup default nightly && rustup update`