Files
rust-cli/Cargo.toml
2021-01-18 20:24:23 -03:00

14 lines
287 B
TOML

[package]
name = "RustCLI"
version = "0.0.1"
description = "Rust CLI"
repository = "https://github.com/GuilhermeWerner/RustCLI"
authors = ["GuilhermeWerner <guilhermeqwerner@gmail.com>"]
license = "MIT"
edition = "2018"
publish = false
[[bin]]
name="Console"
path = "Source/Console.rs"