mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-05-30 15:42:25 +00:00
12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
import {
|
|
"Nanaloveyuki/BitLogger/src" @lib,
|
|
"Nanaloveyuki/BitLogger/src-async" @lib_async,
|
|
"moonbitlang/async" @async,
|
|
}
|
|
|
|
supported_targets = "+native"
|
|
|
|
options(
|
|
is_main: true,
|
|
)
|