mirror of https://github.com/thesofproject/sof.git
toml: Add TOML parsing library as git submodule
TOML aims to be a minimal configuration file format that's easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
This commit is contained in:
parent
7317f2af39
commit
29ed0da494
|
@ -0,0 +1,4 @@
|
|||
[submodule "tomlc99"]
|
||||
path = tomlc99
|
||||
url = https://github.com/thesofproject/tomlc99.git
|
||||
branch = master
|
|
@ -0,0 +1 @@
|
|||
Subproject commit e3a03f5ec7d8d33be705c5ce8a632d998ce9b4d1
|
Loading…
Reference in New Issue