From ad370430ef356fdc0e2d514041560ae5c4185e32 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Thu, 3 Oct 2024 21:53:25 +0200 Subject: Test post with registration echoed back --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index a8cf18e..568637e 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -2,3 +2,4 @@ pub mod ast; pub mod io; pub mod lambda; pub mod parser; +pub mod web; -- cgit v1.2.3