Rust-Programming-Cookbook/Chapter05/seamless-errors/Cargo.toml

8 wiersze
147 B
TOML
Czysty Zwykły widok Historia

2019-07-26 08:09:01 +00:00
[package]
name = "seamless-errors"
version = "0.1.0"
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
[dependencies]