guile-toml/toml.scm

5 lines
118 B
Scheme

(define-module (toml)
#:use-module (toml parser)
#:use-module (toml builder)
#:re-export (toml->scm scm->toml))