2024-09-01 12:22:16 +02:00
|
|
|
[package]
|
|
|
|
name = "signal-to-blog"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-09-06 00:32:57 +02:00
|
|
|
askama = "0.12.1"
|
2024-09-04 21:18:33 +02:00
|
|
|
base64 = "0.22.1"
|
2024-09-06 18:04:51 +02:00
|
|
|
chrono = "0.4.38"
|
2024-09-06 00:32:57 +02:00
|
|
|
clap = { version = "4.5.17", features = ["derive"] }
|
2024-10-22 14:02:04 +02:00
|
|
|
clokwerk = "0.4.0"
|
2024-09-03 22:46:02 +02:00
|
|
|
color-eyre = "0.6.3"
|
2024-09-12 16:39:15 +02:00
|
|
|
copy_dir = "0.1.3"
|
2024-09-04 21:18:33 +02:00
|
|
|
futures = "0.3.30"
|
2024-09-03 22:46:02 +02:00
|
|
|
jsonrpsee = { version = "0.24.3", features = ["macros", "async-client"] }
|
|
|
|
serde = { version = "1.0.209", features = ["derive"] }
|
|
|
|
serde_json = "1.0.127"
|
2024-09-11 21:40:37 +02:00
|
|
|
tempfile = "3.12.0"
|
2024-09-03 22:46:02 +02:00
|
|
|
thiserror = "1.0.63"
|
|
|
|
tokio = { version = "1.40.0", features = ["full"] }
|
|
|
|
tokio-stream = "0.1.15"
|
|
|
|
tokio-util = { version = "0.7.11", features = ["codec"] }
|