This commit is contained in:
Intege-rs
2025-09-12 05:18:21 -04:00
commit fceef1ecc9
4 changed files with 131 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]
itertools = "*"
log = { version = "*", features = ["std"] }