You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
432 B
24 lines
432 B
4 weeks ago
|
--- fern-0.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||
|
+++ fern-0.7.0/Cargo.toml 2024-11-06T12:30:40.001954+00:00
|
||
|
@@ -48,10 +48,6 @@
|
||
|
[lib]
|
||
|
name = "fern"
|
||
|
path = "src/lib.rs"
|
||
|
-
|
||
|
-[[example]]
|
||
|
-name = "cmd-program"
|
||
|
-path = "examples/cmd-program.rs"
|
||
|
|
||
|
[[example]]
|
||
|
name = "colored"
|
||
|
@@ -140,9 +136,6 @@
|
||
|
version = "0.4"
|
||
|
features = ["std"]
|
||
|
|
||
|
-[dev-dependencies.clap]
|
||
|
-version = "2.22"
|
||
|
-
|
||
|
[dev-dependencies.humantime]
|
||
|
version = "2.1.0"
|
||
|
|