mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +00:00
14 lines
167 B
TOML
14 lines
167 B
TOML
[package]
|
|
name = "RustTest"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "test"
|
|
crate-type = ["staticlib"]
|
|
|
|
[build-dependencies]
|
|
cbindgen = "0.29"
|
|
|
|
[dependencies]
|