mirror of
https://github.com/gnu4cn/rust-lang-zh_CN.git
synced 2026-08-19 12:43:28 +08:00
11 lines
134 B
TOML
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]
|