mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 10:53:25 +00:00
10 lines
143 B
TOML
10 lines
143 B
TOML
[components]
|
|
foo = { name = "foo" }
|
|
bar = { name = "bar" }
|
|
|
|
[whitelist]
|
|
[whitelist.foo.foo_add]
|
|
bar = true
|
|
|
|
[whitelist.foo.FOO_ITEM]
|
|
bar = true |