mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
8 lines
148 B
TOML
8 lines
148 B
TOML
[package]
|
|
name = "ownership"
|
|
version = "0.1.0"
|
|
authors = ["Carol (Nichols || Goulding) <carol.nichols@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|