guile-toml/toml.scm

5 lines
118 B
Scheme
Raw Permalink Normal View History

2022-12-30 16:53:13 +00:00
(define-module (toml)
#:use-module (toml parser)
2022-12-30 17:11:03 +00:00
#:use-module (toml builder)
#:re-export (toml->scm scm->toml))