aa_fastlink 0.5.0

Share your Anna's Archive membership, without sharing your secret key!
1
2
3
4
5
6
use warp::reply::Reply;

// returns package version as HTML
pub(super) fn plain() -> impl Reply {
    env!("CARGO_PKG_VERSION")
}