update readme
Diff
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
@@ -9,7 +9,8 @@
next steps:
- reverse engineer & create tokio codec for the git protocol
- ~reverse engineer & create tokio codec for the git protocol~ **now successfully generating a repo, tree & blob in memory git clients can understand!**
- clean up all the hacked-together code and package it all up into a nice library for generating git commit objects etc
- serve an index
- serve cargo manifest over git (how does git handle 'force pushes' from server -> client? lets see how they like it for once, i'm sick of people picking on servers all the time)
- serve .crate files over http using auth tokens we generated while serving the manifest