mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-05-30 23:52:27 +00:00
12 lines
199 B
Plaintext
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,
|
|
)
|