8b0f128313
Signed-off-by: Gato <cedric@goutailler-olivier.fr>
22 lines
502 B
TOML
22 lines
502 B
TOML
[package]
|
|
name = "pena-taury"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "pena_taury_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "2", features = [] }
|
|
tauri-plugin-fs = "2"
|
|
tauri-plugin-dialog = "2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
comrak = { version = "0.28", features = ["syntect"] }
|
|
syntect = { version = "5", features = ["yaml-load"] }
|
|
notify = "7"
|