diff options
author | notgne2 | 2021-01-24 18:20:58 -0700 |
---|---|---|
committer | GitHub | 2021-01-24 18:20:58 -0700 |
commit | a33127ad4144282696b061af61c188e75ee49452 (patch) | |
tree | f8dad55ca7372c1b21d9567fe955b4c6abadf42c /Cargo.toml | |
parent | 726d758768d7b8071dcffa14560a14f588460406 (diff) | |
parent | 9850b951f5a95841afd7633d3ca9fac7b67d0a3f (diff) |
Merge pull request #45 from serokell/notgne2/cleanup
Code cleanup
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -35,10 +35,6 @@ signal-hook = "0.3" smol_str = "=0.1.16" -[[bin]] +[lib] name = "deploy" -path = "src/main.rs" - -[[bin]] -name = "activate" -path = "src/activate.rs"
\ No newline at end of file +path = "src/lib.rs"
\ No newline at end of file |