Add a function to find the ActivityPub representation of an actor with WebFinger

This commit is contained in:
Bat
2018-04-30 20:37:19 +01:00
parent 59652e8655
commit bf54a7c4ef
2 changed files with 27 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#![feature(plugin, custom_derive)]
#![feature(plugin, custom_derive, iterator_find_map)]
#![plugin(rocket_codegen)]
extern crate base64;