refactor: restructure module

This commit is contained in:
hylo 2022-12-30 17:53:13 +01:00
parent 8c1fa72d81
commit 444b496ba1
1 changed files with 3 additions and 0 deletions

3
toml.scm Normal file
View File

@ -0,0 +1,3 @@
(define-module (toml)
#:use-module (toml parser)
#:re-export (toml->scm))