2024-10-09 02:11:46 +02:00
|
|
|
[package]
|
|
|
|
name = "redvault_el_rs"
|
|
|
|
authors.workspace = true
|
|
|
|
description.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
publish.workspace = true
|
|
|
|
readme.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2025-01-31 12:28:54 +01:00
|
|
|
anyhow = "1.0.93"
|
2024-10-09 02:11:46 +02:00
|
|
|
emacs = "0.19"
|
|
|
|
emacs-rs-module = { version = "0.19.0" }
|
2025-01-31 12:28:54 +01:00
|
|
|
tokio = { version = "1.41.1", features = ["full", "tracing"] }
|
2024-10-09 02:11:46 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
emacs-rs-module = { version = "0.19.0" }
|
|
|
|
[build-dependencies]
|
|
|
|
emacs-rs-module = { version = "0.19.0" }
|