aboutsummaryrefslogtreecommitdiffstats
path: root/rust/README.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-06-03 20:23:32 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-06-03 20:23:32 -0700
commit22df32157f4846a4069d76c47f0adb3ad073a7bc (patch)
treeff5fddbcbcf7707f5ab1b6af9bf78164366d0d12 /rust/README.md
parentf0be35e8031032cda3a98a3b4a79d4e4d6866817 (diff)
downloadfatcat-22df32157f4846a4069d76c47f0adb3ad073a7bc.tar.gz
fatcat-22df32157f4846a4069d76c47f0adb3ad073a7bc.zip
move export README info to sql_dumps doc
Diffstat (limited to 'rust/README.md')
-rw-r--r--rust/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/README.md b/rust/README.md
index e191d03e..cba926dc 100644
--- a/rust/README.md
+++ b/rust/README.md
@@ -5,7 +5,7 @@ Rust implementation of fatcat API server. Commands include:
- `fatcat-auth`: privileged command to manage authentication keys, tokens, and
accounts. Useful to generate admin accounts, new signing keys, etc.
- `fatcat-export`: high-speed JSON export tool, which talks directly to the
- database (instead of going through the API). See `README.export.md`.
+ database (instead of going through the API).
The `fatcat-api-spec` crate is generated from the openapi/swagger spec and
contains Rust models, response types, and endpoint definitions (but not