diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-31 14:24:16 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-31 14:24:16 -0700 |
commit | 57d47e17c0ae667978be38e01ddbf138e7a3a44a (patch) | |
tree | 93e801fc1485afb3927a7df37ec20a7f4ffa90f2 /rust | |
parent | 9c06cd7f53c338bc7d6b6753267b7cdd576ee82b (diff) | |
download | fatcat-57d47e17c0ae667978be38e01ddbf138e7a3a44a.tar.gz fatcat-57d47e17c0ae667978be38e01ddbf138e7a3a44a.zip |
some progress!
Diffstat (limited to 'rust')
-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 e790c425..c90033d8 100644 --- a/rust/README.md +++ b/rust/README.md @@ -13,7 +13,7 @@ Rust implementation of fatcat API server (`fatcatd`). - [ ] full rev1 schema for all entities - [ ] editgroup review: comments? actions? - Web Interface - - [ ] Migrate Python codebase + - [x] Migrate Python codebase - [ ] Creation and editing of all entities - Other - [x] Basic logging |