espanso/Cargo.lock

31 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-08-30 12:33:40 +00:00
[[package]]
name = "cc"
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cmake"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-08-30 07:58:54 +00:00
[[package]]
name = "espanso"
version = "0.1.0"
2019-08-30 12:33:40 +00:00
dependencies = [
"cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 19:24:03 +00:00
"widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2019-08-30 12:33:40 +00:00
]
2019-08-30 19:24:03 +00:00
[[package]]
name = "widestring"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-08-30 12:33:40 +00:00
[metadata]
"checksum cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "8dae9c4b8fedcae85592ba623c4fd08cfdab3e3b72d6df780c6ead964a69bfff"
"checksum cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
2019-08-30 19:24:03 +00:00
"checksum widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6"