aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-12-25 17:05:42 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-12-25 17:05:42 +0100
commit35507bfecf829fa1cc9166d0f1cfe9249ffed92b (patch)
treec029bad30ae3b6fa4aed19f5a4dcf1024fa77745 /Cargo.lock
parent8b43e105beebbefcd1597cb51a28c78360d78197 (diff)
downloadprimstav-35507bfecf829fa1cc9166d0f1cfe9249ffed92b.tar.gz
primstav-35507bfecf829fa1cc9166d0f1cfe9249ffed92b.tar.bz2
primstav-35507bfecf829fa1cc9166d0f1cfe9249ffed92b.zip
Replace Inflector crate with homebrewed capitalize function.
The Inflector crate did funky things with whitespace and punctuation, which is not desireable to us.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39308f9..de957ac 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,9 +1,4 @@
[[package]]
-name = "Inflector"
-version = "0.11.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
name = "chrono"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -45,7 +40,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "primstav"
version = "0.1.0"
dependencies = [
- "Inflector 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_yaml 0.8.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -109,7 +103,6 @@ dependencies = [
]
[metadata]
-"checksum Inflector 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4467f98bb61f615f8273359bf1c989453dfc1ea4a45ae9298f1dcd0672febe5d"
"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
"checksum dtoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d301140eb411af13d3115f9a562c85cc6b541ade9dfa314132244aaee7489dd"
"checksum libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" = "2d2857ec59fadc0773853c664d2d18e7198e83883e7060b63c924cb077bd5c74"