Move binary to separate directory

This commit is contained in:
2022-11-26 04:15:07 -05:00
parent 0a8a7e6393
commit 2b5353af16
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
.idea/
/target
Cargo.lock

View File

@@ -8,7 +8,7 @@ path = "src/lib.rs"
name = "frost"
[[bin]]
path = "src/main.rs"
path = "src/bin/main.rs"
name = "demo"
description = "Temporary demo program for development purposes"