Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
Michel Lind | b05853c302 | 3 months ago |
Fedora Release Engineering | 6ebb5371b7 | 6 months ago |
Fedora Release Engineering | 025e7ab27e | 12 months ago |
@ -0,0 +1,31 @@
|
||||
--- path-dedot-3.1.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ path-dedot-3.1.1/Cargo.toml 2024-10-25T19:25:02.742032+00:00
|
||||
@@ -20,7 +20,6 @@
|
||||
"Cargo.toml",
|
||||
"README.md",
|
||||
"LICENSE",
|
||||
- "benches/bench.rs",
|
||||
]
|
||||
description = "A library for extending `Path` and `PathBuf` in order to parse the path which contains dots."
|
||||
homepage = "https://magiclen.org/path-dedot"
|
||||
@@ -39,10 +38,6 @@
|
||||
license = "MIT"
|
||||
repository = "https://github.com/magiclen/path-dedot"
|
||||
|
||||
-[[bench]]
|
||||
-name = "bench"
|
||||
-harness = false
|
||||
-
|
||||
[dependencies.lazy_static]
|
||||
version = "1.4"
|
||||
optional = true
|
||||
@@ -50,9 +45,6 @@
|
||||
[dependencies.once_cell]
|
||||
version = "1.4"
|
||||
|
||||
-[dev-dependencies.bencher]
|
||||
-version = "0.1.5"
|
||||
-
|
||||
[features]
|
||||
lazy_static_cache = ["lazy_static"]
|
||||
once_cell_cache = []
|
@ -1,2 +0,0 @@
|
||||
[DEFAULT]
|
||||
summary = Parse path with dots in Path and PathBuf
|
@ -0,0 +1,2 @@
|
||||
[package]
|
||||
summary = "Parse path with dots in Path and PathBuf"
|
Loading…
Reference in new issue