mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-09-07 09:54:07 +00:00
升级 async 依赖,迁移到 MoonBit 原生 async/fs 文件接口,移除项目自有 C FFI,并固定文本文件为 LF。CI 全部通过。
18 lines
295 B
AMPL
18 lines
295 B
AMPL
name = "Nanaloveyuki/BitLogger"
|
|
|
|
version = "0.8.0"
|
|
|
|
import {
|
|
"moonbitlang/async@0.21.0",
|
|
}
|
|
|
|
readme = "src/README.mbt.md"
|
|
|
|
repository = "https://github.com/Nanaloveyuki/BitLogger"
|
|
|
|
license = "MIT"
|
|
|
|
keywords = [ "logger", "logging", "moonbit" ]
|
|
|
|
description = "A structured logger for MoonBit."
|