lo_writer 0.4.6

Writer-like document editing with Markdown and plain text import/export
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "lo_core"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17a695485dfac5532ec7826600909cda95e8ce613dc66774449099524a8ea491"

[[package]]
name = "lo_math"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d04cfeb809c17ce0e514b77de3879d187204b4d43cbb88c7963420a4f1e5652"
dependencies = [
 "lo_core",
 "lo_zip",
]

[[package]]
name = "lo_odf"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3b1daa59e69b79d7b6d9f84af01c7538cd043139075143018c0b7e41af44244"
dependencies = [
 "lo_core",
 "lo_math",
 "lo_zip",
]

[[package]]
name = "lo_writer"
version = "0.4.6"
dependencies = [
 "lo_core",
 "lo_odf",
 "lo_zip",
]

[[package]]
name = "lo_zip"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e69e78bc293e2350afa644467ac97a1c7da730d1bd4b94ce9df7af0fc247af52"
dependencies = [
 "lo_core",
]