diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-23 23:04:02 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-23 23:14:09 +0100 |
commit | cc2f78d27b111d21ce385214ddeaa9376175d034 (patch) | |
tree | 399859abcf910f9f613d4449839a7ab8b8c2e079 | |
parent | 5f4a3f8526df1cffd4cf39db20a9e601ced512bb (diff) | |
download | numberdisplay-cc2f78d27b111d21ce385214ddeaa9376175d034.tar.gz numberdisplay-cc2f78d27b111d21ce385214ddeaa9376175d034.tar.bz2 numberdisplay-cc2f78d27b111d21ce385214ddeaa9376175d034.zip |
(README)+dependencies list so I don't forget when I switch machines
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,3 +17,9 @@ the input. Current features are listed below. - [ ] Form on '/' route POSTs body of form to '/input' route - [ ] '/input' route does computation then returns a new view with result +* Dependencies +For website +- wai +- warp +- network +- http.types |