simple-std/Cargo.toml
2021-10-19 21:48:11 +02:00

10 lines
289 B
TOML

[package]
name = "simple-std"
version = "0.1.0"
edition = "2018"
description = "A simple extension to the Rust standard library for exercises"
keywords = ["beginner", "help"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]