Files
rust-lang-zh_CN/projects/my_rust_lib/Cargo.toml
2026-04-23 09:12:15 +08:00

11 lines
134 B
TOML

[package]
name = "my_rust_lib"
version = "0.1.0"
edition = "2024"
[lib]
name = "my_rust_lib"
crate-type = ["cdylib"]
[dependencies]