From 099cc8e218c1cb7a6032a934562e90e74985fc1e Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Tue, 26 Jul 2022 14:19:29 -0300 Subject: Add default value for target and source folders --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d6a48e0..31a08c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "godot-glam" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Henrique Alves "] license = "MIT" @@ -10,7 +10,9 @@ repository = "https://github.com/henriquelalves/glam" keywords = ["cli", "godot", "addon", "manager"] categories = ["command-line-utilities"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "glam" +path = "src/main.rs" [dependencies] clap = { version = "3.0", features = ["derive"] } -- cgit v1.2.3