aboutsummaryrefslogtreecommitdiffstats
path: root/adenosine/README.md
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@robocracy.org>2023-02-19 15:05:50 -0800
committerbryan newbold <bnewbold@robocracy.org>2023-02-19 15:05:50 -0800
commitdeb836b3c34c3d6ee9e2620f1a798b3d0b7ede8b (patch)
tree379a5668e203329ce733eb1b00acec0d77b746bb /adenosine/README.md
parenteff4692a082ea96a0cf48d82fbd16658cbf52a72 (diff)
downloadadenosine-deb836b3c34c3d6ee9e2620f1a798b3d0b7ede8b.tar.gz
adenosine-deb836b3c34c3d6ee9e2620f1a798b3d0b7ede8b.zip
create 'adenosine' crate with library code
Diffstat (limited to 'adenosine/README.md')
-rw-r--r--adenosine/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/adenosine/README.md b/adenosine/README.md
new file mode 100644
index 0000000..88f630d
--- /dev/null
+++ b/adenosine/README.md
@@ -0,0 +1,10 @@
+
+`adenosine`: library code for AT protocol (atproto.com)
+==================================================================
+
+This is a simple, enthusiast-grade library for the work-in-progress AT Protocol
+([atproto.com](https://atproto.com)). It is used by both `adenosine-cli` and
+`adenosine-pds`.
+
+NOTE: this library code is currently AGPL, but will probably switch to
+something permission (eg, MIT), with the applications staying AGPL.