src: add TOML parser

This commit is contained in:
Arnaud Ferraris
2021-02-20 15:11:32 +01:00
parent 19d00bee3b
commit c92746e875
3 changed files with 2425 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ executable (
'manager.c', 'manager.h',
'mm-iface.c', 'mm-iface.h',
'suspend.c', 'suspend.h',
'toml.c', 'toml.h',
'udev.c', 'udev.h',
],
dependencies : mgr_deps,