mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
99e4ee3ab8
- Renamed all subxt crates to pezkuwi-subxt - Updated internal references - Configured for Pezkuwi ecosystem
15 lines
265 B
TOML
15 lines
265 B
TOML
[package]
|
|
name = "subxt-ffi"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
hex = "0.4.3"
|
|
subxt = { path = "../../subxt" }
|
|
subxt-signer = { path = "../../signer" }
|
|
tokio = { version = "1", features = ["full"] }
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
name = "subxt_ffi"
|