Add nethys plugin
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user