2025-01-09 23:17:30 +09:00
|
|
|
[package]
|
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
2025-01-11 00:32:43 +09:00
|
|
|
name = "logseq-export"
|
|
|
|
version = "0.2.0"
|
2025-01-09 23:17:30 +09:00
|
|
|
|
|
|
|
[dependencies]
|
2025-01-11 00:32:43 +09:00
|
|
|
chrono = "0.4.39"
|
2025-01-09 23:17:30 +09:00
|
|
|
clap = {version = "4.5.23", features = ["derive"]}
|
2025-01-11 00:32:43 +09:00
|
|
|
convert_case = "0.6.0"
|
|
|
|
edn-format = "3.3.0"
|
2025-01-09 23:17:30 +09:00
|
|
|
lazy-regex = "3.4.1"
|