25 lines
588 B
TOML
25 lines
588 B
TOML
[package]
|
|
name = "espanso-migrate"
|
|
version = "0.1.0"
|
|
authors = ["Federico Terzi <federico-terzi@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
log = "0.4.14"
|
|
anyhow = "1.0.38"
|
|
thiserror = "1.0.23"
|
|
glob = "0.3.0"
|
|
regex = "1.4.3"
|
|
lazy_static = "1.4.0"
|
|
dunce = "1.0.1"
|
|
walkdir = "2.3.1"
|
|
yaml-rust = { version = "0.4.6", git = "https://github.com/federico-terzi/yaml-rust" }
|
|
path-slash = "0.1.4"
|
|
tempdir = "0.3.7"
|
|
fs_extra = "1.2.0"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.2.0"
|
|
include_dir = { version = "0.6.0", features = ["search"] }
|
|
test-case = "1.1.0"
|
|
pretty_assertions = "0.7.2" |