mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
10 lines
151 B
TOML
10 lines
151 B
TOML
[components]
|
|
foo1 = { name = "foo1" }
|
|
bar1 = { name = "bar1" }
|
|
|
|
[whitelist]
|
|
[whitelist.foo1.foo_add]
|
|
bar1 = true
|
|
|
|
[whitelist.foo1.FOO_ITEM]
|
|
bar1 = true |