Move binary to separate directory
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
.idea/
|
||||
/target
|
||||
Cargo.lock
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user