mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 06:40:53 +00:00
11 lines
148 B
TOML
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
|