diff options
Diffstat (limited to 'rust/README.md')
-rw-r--r-- | rust/README.md | 2 |
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 |