diff --git a/toml.scm b/toml.scm index 4272185..df962d6 100644 --- a/toml.scm +++ b/toml.scm @@ -1,3 +1,4 @@ (define-module (toml) #:use-module (toml parser) - #:re-export (toml->scm)) + #:use-module (toml builder) + #:re-export (toml->scm scm->toml))