chore(html/utils): Fix cargo package metadata (#5439)

This commit is contained in:
brightwu 2022-08-11 10:32:00 +08:00 committed by GitHub
parent 0e5ff22369
commit 0e79d31a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ authors = [
description = "Utils for HTML"
documentation = "https://rustdoc.swc.rs/swc_html_utils/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "src/**/*.json"]
include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = "Apache-2.0"
name = "swc_html_utils"
repository = "https://github.com/swc-project/swc.git"