Add the machinery to load syntax config from TOML.

It's embedded into the binary at build time for now, but it's progress.
This commit is contained in:
Blaž Hrastnik 2021-03-25 15:26:25 +09:00
parent a900159a86
commit e3c4edae32
12 changed files with 86 additions and 55 deletions

View file

@ -41,3 +41,6 @@ ignore = "0.4"
dirs-next = "2.0"
# markdown doc rendering
pulldown-cmark = { version = "0.8", default-features = false }
# config
toml = "0.5"