aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 9378ccc..cbf9cca 100644
--- a/readme.md
+++ b/readme.md
@@ -70,8 +70,9 @@ dependencies in cargo. All you need is the `fondant` crate.
70 70
71### Todo 71### Todo
72 72
73 - [ ] improve error types 73 - [x] improve error types
74 - [ ] use `syn::Error` and `syn::Result` to report macro errors 74 - [ ] use `syn::Error` and `syn::Result` to report macro errors
75 - [x] write docs 75 - [x] write docs
76 - [ ] write test suite
76 - [x] bundle and publish to crates.io 77 - [x] bundle and publish to crates.io
77 78