test_package 0.0.1

A small message for Rustaceans
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "test_package"
version = "0.0.1"
edition = "2021"
description = "A small message for Rustaceans"
# description will be shown in crates.io as a small description of your package
license = "MIT OR Apache-2.0"
# OR can bes used to süecify multiple licenses

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

[dependencies]