diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,11 +4,11 @@ version = "0.1.0" edition = "2018" [lib] -path = "src/lib/lib.rs" +path = "src/lib.rs" [[bin]] name = "gistatic" -path = "src/cli/main.rs" +path = "src/main.rs" [dependencies] mustache = "*" |