diff options
| author | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-03 21:53:25 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud.bailly@iohk.io> | 2024-10-03 21:53:25 +0200 |
| commit | ad370430ef356fdc0e2d514041560ae5c4185e32 (patch) | |
| tree | 983ffc6c5ef5dc170872797451d725d48f5b1118 /rust/src/lib.rs | |
| parent | 5d68c51f98faea7a4b16c25741d5a637305687be (diff) | |
| download | lambda-nantes-ad370430ef356fdc0e2d514041560ae5c4185e32.tar.gz | |
Test post with registration echoed back
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
