This commit is contained in:
2026-05-15 20:54:58 +02:00
parent 930a2a7c08
commit 5bd0efe95a
4 changed files with 43 additions and 15 deletions

View File

@@ -3,9 +3,15 @@ name = "nethys-to-obsidian"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
anyhow = "1.0.102"
clap = { version = "4.6.1", features = ["derive", "env"] }
regex = "1.12.3"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
# [target.'cfg(target_arch = "wasm32")'.dependencies]
# wasm-bindgen = "0.2.121"