version = 4
[[package]]
name = "karpal-arrow"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78e5754297299244e4d5dd8e39100490226cd4ea47bd6ddec9a3cc3fef133b14"
dependencies = [
"karpal-core",
]
[[package]]
name = "karpal-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e4710491b015b699b5e8e447175450362a09c75b1e751f8b4f5b24ad6d8422"
[[package]]
name = "karpal-optics"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d091bef6e214c6978444671758074bebb6842ab73a47411b09f69ac1ffbfac"
dependencies = [
"karpal-profunctor",
]
[[package]]
name = "karpal-profunctor"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae2fa35e345094cb370c12abdda9ffc0de2c99ae77f61fb5890292b30b009760"
dependencies = [
"karpal-core",
]
[[package]]
name = "karpal-std"
version = "0.1.0"
dependencies = [
"karpal-arrow",
"karpal-core",
"karpal-optics",
"karpal-profunctor",
]