Browse Source

refactor(cli.rs): move template's build.rs file to the root (#2657)

Lucas Fernandes Nogueira 3 years ago
parent
commit
0fe680d90e

+ 0 - 1
tooling/cli.rs/templates/src-tauri/Cargo.crate-manifest

@@ -7,7 +7,6 @@ license = ""
 repository = ""
 default-run = "app"
 edition = "2018"
-build = "src/build.rs"
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

+ 0 - 0
tooling/cli.rs/templates/src-tauri/src/build.rs → tooling/cli.rs/templates/src-tauri/build.rs