Files
rust/Cargo.toml

9 lines
106 B
TOML
Raw Permalink Normal View History

2019-05-01 13:00:29 -07:00
[package]
name = "hello_remote_world"
version = "0.1.0"
2025-10-21 14:05:16 +08:00
edition = "2021"
[lib]
path ="./src/lib/lib.rs"
2019-05-01 13:00:29 -07:00