mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-24 18:03:25 +00:00
20 lines
282 B
TOML
20 lines
282 B
TOML
[components]
|
|
foo = { name = "foo" }
|
|
bar = { name = "bar" }
|
|
baz = { name = "baz" }
|
|
|
|
[whitelist]
|
|
[whitelist.foo.f1]
|
|
baz = true
|
|
|
|
[whitelist.foo.Foo.new]
|
|
baz = true
|
|
|
|
[whitelist.foo.Foo.get]
|
|
baz = true
|
|
|
|
[whitelist.foo.FooTrait.t_new]
|
|
baz = true
|
|
|
|
[whitelist.foo.FooTrait.t_get]
|
|
baz = true |