Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[lib]
name = "lib"
path = "src/lib.rs"

[package]
description = "zksync"
edition = "2021"
homepage = "https://zksync.io/"
license = "MIT OR Apache-2.0"
name = "zksync"
readme = "README.md"
repository = "https://zksync.io/"
version = "0.0.1"