mirror of
https://github.com/Noratrieb/simple-std.git
synced 2026-01-14 16:35:06 +01:00
input and random
This commit is contained in:
commit
5d6a2d668a
4 changed files with 259 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue