aboutsummaryrefslogtreecommitdiffstats
path: root/rust/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-09-05 23:00:00 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-09-05 23:00:00 -0700
commitd45370efef0aee5063b8290ee4c5ded9c2e11671 (patch)
tree55c87631b3b830b935f04feba6118dccd8d71d5d /rust/TODO
parentba722671b4791524384010705bef0aaa83c22c0b (diff)
downloadfatcat-d45370efef0aee5063b8290ee4c5ded9c2e11671.tar.gz
fatcat-d45370efef0aee5063b8290ee4c5ded9c2e11671.zip
update more rust library name refs
Diffstat (limited to 'rust/TODO')
-rw-r--r--rust/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/TODO b/rust/TODO
index a9fb32a4..a78795d3 100644
--- a/rust/TODO
+++ b/rust/TODO
@@ -10,7 +10,7 @@ huge compile times:
- duplicated libs: 3 syn, 4 uuid, 3 crossbeam (etc), 2 hyper, 2 iron (wait,
what?), 3x serde, 4x rand, 2x error-chain
=> rg '^name =' Cargo.lock | uniq -cd | sort -n
-- try: removing deps from fatcat-api-spec
+- try: removing deps from fatcat-openapi
- uuid: could now switch to v0.7; needs code changes
- tweak crossbeam-channel version (used in fatcat-export)