Add nethys plugin

This commit is contained in:
2026-05-15 21:03:11 +02:00
parent 97bbf8f740
commit 5da66281ad
7 changed files with 2811 additions and 721 deletions

View File

@@ -2,11 +2,15 @@
name = "obsidian-rust-plugin"
version = "0.1.0"
authors = ["Stephen Solka <solka@angel.co>"]
edition = "2018"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
js-sys = "0.3.49"
wasm-bindgen = "0.2.121"
js-sys = "0.3.98"
[dependencies.nethys-to-obsidian]
git = "https://git.nubo.sh/hulthe/nethys-to-obsidian.git"
rev = "5bd0efe95a91816a1c785eefb946514858ff0fb5"