rustdoc-assets 0.2.1

Build script helper which copies media and assets from a source directory below your current crate to the target output directory of rustdoc.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"

[[package]]
name = "rustdoc-assets"
version = "0.2.1"
dependencies = [
 "fs_extra",
]