Skip to content

Commit

Permalink
only include some files when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Jun 27, 2020
1 parent 4303f50 commit f71d73b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rocket-include-static-resources"
version = "0.9.3"
version = "0.9.4"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2018"
repository = "https://github.com/magiclen/rocket-include-static-resources"
Expand All @@ -10,6 +10,7 @@ categories = ["web-programming"]
description= "This is a crate which provides macros `static_resources_initialize!` and `static_response!` to statically include files from your Rust project and make them be the HTTP response sources quickly."
readme = "README.md"
license = "MIT"
include = ["src/**/*", "Cargo.toml"]

[badges.travis-ci]
repository = "magiclen/rocket-include-static-resources"
Expand Down

0 comments on commit f71d73b

Please sign in to comment.