25 lines
459 B
TOML
25 lines
459 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.82"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
|
|
|
|
[[package]]
|
|
name = "editor"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
"shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shared"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow",
|
|
]
|