ref: remove commented-out library code and unnecessary bin declaration (#1373)
This commit is contained in:
@@ -13,13 +13,6 @@ edition = "2021"
|
|||||||
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[[bin]]
|
|
||||||
name = "topgrade"
|
|
||||||
path = "src/main.rs"
|
|
||||||
|
|
||||||
##[lib]
|
|
||||||
##name = "topgrade_lib"
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
home = "~0.5"
|
home = "~0.5"
|
||||||
etcetera = "~0.8"
|
etcetera = "~0.8"
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
//pub mod steps;
|
|
||||||
//pub mod utils;
|
|
||||||
Reference in New Issue
Block a user