17 lines
352 B
TOML
17 lines
352 B
TOML
[package]
|
|
name = "obsidian-rust-plugin"
|
|
version = "0.1.0"
|
|
authors = ["Stephen Solka <solka@angel.co>"]
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
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"
|