bobcat-proxy 0.7.44

bobcat-sdk utilities for creating proxy code on Arbitrum Stylus.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bobcat-proxy"
version = "0.7.44"
edition = "2024"
license = "MIT"
description = "bobcat-sdk utilities for creating proxy code on Arbitrum Stylus."
homepage = "https://stylusup.sh"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"

[lib]
name = "bobcat_proxy"

[dependencies]
array-concat = { workspace = true }
const-hex = { workspace = true }
bobcat-maths = { version = "0.7.44", path = "../bobcat-maths" }
bobcat-interfaces = { version = "0.7.44", path = "../bobcat-interfaces" }