learning_edpyt_cargo 0.1.1

Just learning what can do cargo and why i'm want to learn this new thing. :)
[[bin]]
name = "learning_edpyt_cargo"
path = "src/main.rs"

[dependencies.rand]
version = "0.8.5"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Just learning what can do cargo and why i'm want to learn this new thing. :)"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "learning_edpyt_cargo"
readme = false
version = "0.1.1"