This commit is contained in:
2026-02-08 16:34:55 +01:00
commit ced43b76bf
4 changed files with 45 additions and 0 deletions

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "picolog"
version = "0.1.0"
edition = "2024"
[dependencies]
litemap = "0.8.1"
winnow = "0.7.14"