setget 0.1.1

A crate for creating and managing users. This is created to learn about how to create and publish crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "setget"
version = "0.1.1"
authors = ["jani chirag.empiric@gmail.com"]
edition = "2021"
description = "A crate for creating and managing users. This is created to learn about how to create and publish crates."
repository = "https://github.com/chirag-empiric/setget.git"
license = "MIT"

[dependencies]

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3