Files
2025-12-16 18:28:16 +00:00

15 lines
287 B
TOML

[package]
name = "subxt-ffi"
version = "0.1.0"
edition = "2024"
[dependencies]
hex = "0.4.3"
subxt = { path = "../../subxt" }
subxt-signer = { path = "../../signer", features = ["subxt"] }
tokio = { version = "1", features = ["full"] }
[lib]
crate-type = ["cdylib"]
name = "subxt_ffi"