orn-cli 0.1.0

Gen const for smart contract
Documentation
[package]
description = "Gen const for smart contract"
edition = "2021"
license = "MIT"
name = "orn-cli"
repository = "https://github.com/sota-zk-labs/ORN.git"
version = "0.1.0"

[dependencies]
clap = { version = "4.5.13", features = ["derive"] }
const_format = "0.2.32"
curl = "0.4.46"
fancy-regex = "0.13.0"
glob = "0.3.1"
math-parse = "1.0.2"
serde = { version = "1.0.204", features = ["derive"] }
serde_derive = "1.0.210"
serde_json = "1.0.128"
thiserror = "1.0.63"
tokio = { version = "1.39.2", features = ["rt", "rt-multi-thread", "macros"] }
toml = "0.8.19"

[dev-dependencies]
mockito = "1.5.0"