From ab9db24a9fd7884353730e02e0afdcd175f7183e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 14 Apr 2022 23:59:04 -0700 Subject: feat: add explicit licensing terms --- src/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index b14d89e..c848fb0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -273,6 +273,12 @@ async fn main() -> Result<(), Box> { ); mount_page!(router, "/interests", "A few interests of Fuwn", "interests"); mount_page!(router, "/skills", "A few skills of Fuwn", "skills"); + mount_page!( + router, + "/licensing", + "The licensing terms of this Gemini capsule", + "licensing" + ); info!( "static mounts took {}ms", -- cgit v1.2.3