summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml3
-rw-r--r--Makefile4
-rw-r--r--README.md2
m---------categories10
m---------crate_db10
m---------crate_git_checkout10
m---------data/index0
m---------front_end6
m---------github_info10
m---------kitchen_sink10
m---------reindex10
m---------render_readme0
m---------rich_crate10
m---------simple_cache10
m---------style0
m---------user_db10
16 files changed, 50 insertions, 55 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58e03d6..7e8667f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,8 @@ cargo_toml = { path = "cargo_toml" }
cargo_author = { path = "cargo_author" }
lazyonce = { path = "lazyonce" }
onig_sys = { git = "https://github.com/rust-onig/rust-onig.git", default-features = false }
-rusqlite = { git = "https://github.com/jgallagher/rusqlite.git" }
+toml = { git = "https://github.com/kornelski/toml-rs.git" }
+git2 = { git = "https://github.com/alexcrichton/git2-rs.git" }
[patch.'https://gitlab.com/crates.rs/categories.git']
categories = { path = "categories" }
diff --git a/Makefile b/Makefile
index 3563ee1..7bb348b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ website: caches data/index/1 styles
cd front_end && cargo run --release --bin website
cd style && npm start
-caches: data/cache.db data/crates.db data/github.db data/crate_meta.db data/users.db
+caches: data/cache.db data/crates.db data/github.db data/crate_data.db data/users.db
styles: style/public/index.css
@@ -25,7 +25,7 @@ data/index/1:
-rm -f $@
unxz -vk $<
-data/cache.db.xz data/github.db.xz data/crate_meta.db.xz data/users.db.xz data/crates.db:
+data/cache.db.xz data/github.db.xz data/crate_data.db.xz data/users.db.xz data/crates.db:
@echo Downloading $@
curl --fail --output $@ https://crates.rs/$@
diff --git a/README.md b/README.md
index 11f525a..97db7e0 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ If you'd like to help improve it:
1. [Get the initial data files](https://crates.rs/data) for the site (about 2GB).
2. Extract the data files in `.xz` format using [7zip](https://www.7-zip.org/download.html), [The Unarchiver (Mac)](https://theunarchiver.com/) or `unxz data/*.xz`.
- * Put them all (`cache.db`, `crates.db`, `github.db`, `users.db`, `crate_meta.db`) in the `data/` subdirectory of crates.rs checkout.
+ * Put them all (`cache.db`, `crates.db`, `github.db`, `users.db`, `crate_data.db`) in the `data/` subdirectory of crates.rs checkout.
3. Generate front-end [styles](https://gitlab.com/crates.rs/style):
diff --git a/categories b/categories
-Subproject 4b0c7e2a7be6cf0a0cb317a90c8065d4f7a0912
+Subproject 3e4111059b7a643a5b7b1e3932a978aec0bb828
diff --git a/crate_db b/crate_db
-Subproject 0ef462742f4d4494705f6ba276f91a8d34d762c
+Subproject eecd98e9eeb0c983d27a995225f8c2070966dd0
diff --git a/crate_git_checkout b/crate_git_checkout
-Subproject 0913c3a4ef7869ddef075731e4ac2bc850964c6
+Subproject 70a0f6f194b59fa6fc62697fd5cfb7875331a6a
diff --git a/data/index b/data/index
-Subproject 4d2e220776bd1cead8740a8a010b298c6ba32f7
+Subproject 01a51320ee653647bc33f041870f5eb606472d2
diff --git a/front_end b/front_end
-Subproject ec8ea8fb7c91812452622eb28738bf73c5c3cd3
+Subproject 360126349ad1338d91d738d79e53574dcbe93c5
diff --git a/github_info b/github_info
-Subproject bf66e9313c0f29a014a071ed98b287511cbf588
+Subproject dcddb1cec9c7281c85519d78492e1847e3cbc20
diff --git a/kitchen_sink b/kitchen_sink
-Subproject 118acb7f2e3f3eaf39bb94cf9fa6413e4b3d649
+Subproject c8465f530e3779a0615a5346456d6254339f54a
diff --git a/reindex b/reindex
-Subproject 1543204dd78c5e3227277a1a9e01b51d82d90e9
+Subproject a07e9cbe62ae59ffe90230046d936e5a354d8e5
diff --git a/render_readme b/render_readme
-Subproject ddc84986851792332c48af0f324c7f5623af014
+Subproject d0bfbf4f835581cc8942b3c56defa2cedbdfebf
diff --git a/rich_crate b/rich_crate
-Subproject 59fbae129abe7283034f855fe7dbb60cca3c2f4
+Subproject 92d1b8eca441046580a501dbeac4d6ba21b772c
diff --git a/simple_cache b/simple_cache
-Subproject 5282755fb891c358f27aa9ffa6c507197b79dd2
+Subproject 37fac68a6e666aae395495368b5a02bc406e473
diff --git a/style b/style
-Subproject 5c1c0d94696bd374bb4a675707051f699243aac
+Subproject 67078216fe9b587e32ebbdd20c521fa62df4f62
diff --git a/user_db b/user_db
-Subproject 429da6b5072436068f21ae04b3b0274d370b746
+Subproject 0244d78177b0e0a89ff10ad4f6487229e59ac4d