Skip to content

Commit

Permalink
Add exclude to package.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Nov 30, 2024
1 parent af8d9c3 commit fc4173f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Zhenyuan Zhang <[email protected]>"]
categories = ["science", "text-processing"]
description = "An implementation of the RWKV language model in pure WebGPU."
edition = "2021"
exclude = ["assets/", "screenshots/, crates/"]
exclude = ["assets/", "screenshots/"]
homepage = "https://github.com/cryscan/web-rwkv"
keywords = ["deep-learning", "language", "model", "rwkv"]
license = "MIT OR Apache-2.0"
Expand All @@ -16,6 +16,7 @@ authors.workspace = true
categories.workspace = true
description.workspace = true
edition.workspace = true
exclude = ["assets/", "crates/", "screenshots/"]
homepage.workspace = true
keywords.workspace = true
license.workspace = true
Expand Down

0 comments on commit fc4173f

Please sign in to comment.