10 lines
192 B
TOML
10 lines
192 B
TOML
[package]
|
|
name = "testing_crate"
|
|
version = "0.1.0"
|
|
authors = ["anthony.cicchetti <anthony.cicchetti@ert.com>"]
|
|
|
|
[dependencies]
|
|
|
|
[[bin]]
|
|
name = "testing_crate"
|
|
path = "./src/main.rs"
|