Files
nethys-to-obsidian/Cargo.toml
2026-05-17 22:42:37 +02:00

21 lines
420 B
TOML

[package]
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"
[dev-dependencies]
insta = "1.47.2"
# [target.'cfg(target_arch = "wasm32")'.dependencies]
# wasm-bindgen = "0.2.121"