Files
rippled/crates/hello_world/Cargo.toml
2026-08-19 14:30:06 +00:00

11 lines
148 B
TOML

[package]
name = "rs-hello_world"
version = "0.1.0"
edition.workspace = true
[lib]
crate-type = ["staticlib"]
[dependencies]
cxx.workspace = true