Rust-Programming-Cookbook/Chapter02/unsafe-ways/Cargo.toml

8 wiersze
143 B
TOML

[package]
name = "unsafe-ways"
version = "0.1.0"
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
[dependencies]