Files
rippled/crates/hello_world/Cargo.toml
Sergey Kuznetsov 465fa8ec4b Add rust to CI
2026-06-18 14:47:29 +01: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