Clean up Cargo.toml

This commit is contained in:
Michael Vines
2020-12-14 16:03:16 -08:00
committed by mergify[bot]
parent 75e9e321de
commit d2af09a647
3 changed files with 0 additions and 8 deletions

3
install/src/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() -> Result<(), String> {
solana_install::main()
}