Crates.io | zenith-types |
lib.rs | zenith-types |
version | |
source | src |
created_at | 2024-06-18 23:40:03.083093 |
updated_at | 2025-01-08 13:04:42.549412 |
description | Types for the zenith smart contracts |
homepage | https://github.com/init4tech/zenith |
repository | https://github.com/init4tech/zenith |
max_upload_size | |
id | 1276308 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Rust types & utilities for working with Zenith.
This project requires Rust 1.82.0 or newer.
To build the project, run make build
. To run tests, run make test
. Before committing code, make sure to run make tidy
, which will run clippy and format the whole project.