first-create 1.0.0

Just a test create.
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "first-create"
version = "1.0.0"
authors = ["DSC <dsc@imdsc.com>"]
edition = "2021"
description = "Just a test create."
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]