feat: add initial ignore unsafe utf8

This commit is contained in:
2025-12-16 10:54:31 +01:00
commit 62b0dee148
4 changed files with 44 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "fexcel"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.100"