aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-11-11 17:46:33 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-11-11 17:46:33 -0800
commitf7d885529d704e0dce9708ae2e9c06baee33f7e8 (patch)
tree2d79cdcbcb02fc528d48ed5475ed61bb89c7a63a /TODO
parent8a01449d158a3a423c965bc48df0f8512536dbaa (diff)
downloadadenosine-f7d885529d704e0dce9708ae2e9c06baee33f7e8.tar.gz
adenosine-f7d885529d704e0dce9708ae2e9c06baee33f7e8.zip
update README and TODO a bit
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 4 insertions, 5 deletions
diff --git a/TODO b/TODO
index 61a1b0c..139e768 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
-CLI polish:
+CLI:
- register and login commands should do more than just dump JSON
=> return shell 'export' command (for easier config)
- log (info level) all XRPC requests and responses. especially non-200 response bodies
@@ -12,10 +12,9 @@ CLI polish:
- update top-level README
=> badges: AGPL, CI
-later:
-- mention IPFS exploration of export CAR files
-- invite codes in account registration
-- try musl/rustls builds, especially for CLI
+
+packaging/deployment:
+- try musl/rustls builds
https://burgers.io/cross-compile-rust-from-arm-to-x86-64
rustup target add x86_64-unknown-linux-musl
cargo build --release --target=x86_64-unknown-linux-musl