Remove build targets
This commit is contained in:
parent
9ba402d54f
commit
e0a97878e8
|
@ -13,11 +13,3 @@ license-file = "../COPYING"
|
||||||
chrono = { version = "0.4" }
|
chrono = { version = "0.4" }
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
thiserror = { version = "1" }
|
thiserror = { version = "1" }
|
||||||
|
|
||||||
# [[bin]]
|
|
||||||
# name = "ifc-today"
|
|
||||||
# path = "src/today.rs"
|
|
||||||
|
|
||||||
# [[bin]]
|
|
||||||
# name = "ifc-web"
|
|
||||||
# path = "src/web.rs"
|
|
||||||
|
|
Loading…
Reference in New Issue