Alternative ATProto PDS implementation

Add a reference to the `azure-rust-app` starter template in the README

Dr. Chat 0262b25f f710dd97

Changed files
+1
+1
README.md
··· 13 13 14 14 This is an implementation of an ATProto PDS, built with [Axum](https://github.com/tokio-rs/axum) and [Atrium](https://github.com/sugyan/atrium). 15 15 Heavily inspired by David Buchanan's [millipds](https://github.com/DavidBuchanan314/millipds). 16 + This implementation forked from the [azure-rust-app](https://github.com/DrChat/azure-rust-app) starter template. 16 17 17 18 This PDS implementation uses a SQLite database to store private account information and file storage to store canonical user data. 18 19