test_crate_hello_world 0.1.2

A Simple Hello World Crate
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
authors = ["Dumindu Madunuwan"]
description = "A Simple Hello World Crate"
keywords = ["hello", "world"]
license = "Apache-2.0"
name = "test_crate_hello_world"
repository = "https://github.com/dumindu/test_crate_hello_world"
version = "0.1.2"