samir_practice 0.1.0

This is my first api library that is made for rust. It is a starting for rust
Documentation
[[bin]]
name = "samir_practice"
path = "src/main.rs"

[dependencies.account]
version = "0.1.1-beta1"

[lib]
name = "samir_practice"
path = "src/lib.rs"

[package]
authors = ["Samir Wagley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = " This is my first api  library that is made for rust. It is a starting for rust"
edition = "2024"
license = "MIT"
name = "samir_practice"
readme = false
version = "0.1.0"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3