Files
BitLogger/examples/async_basic/moon.pkg
T
2026-05-08 17:28:37 +08:00

12 lines
199 B
Plaintext

import {
"Nanaloveyuki/BitLogger/bitlogger" @lib,
"Nanaloveyuki/BitLogger/bitlogger_async" @lib_async,
"moonbitlang/async" @async,
}
supported_targets = "+native"
options(
is_main: true,
)