Skip to content

Commit

Permalink
fix: remove unused file from crates.io package
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanvivien committed Aug 28, 2023
1 parent 05358f0 commit a638288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast_qr"
version = "0.10.0"
version = "0.10.1"
authors = ["erwan.vivien <erwan.vivien@epita.fr>"]
edition = "2021"
description = "Generates optimized QRCode"
Expand All @@ -10,7 +10,7 @@ readme = "README.md"
repository = "https://github.com/erwanvivien/fast_qr/"
keywords = ["qr", "qrcode", "qr-generator", "qrcode-generator", "qr-gen"]
categories = ["multimedia", "multimedia::encoding", "multimedia::images"]
exclude = ["/src/tests/", ".*"]
include = ["src", "Cargo.toml", "./README.md", "./LICENSE", "benches"]
rust-version = "1.59"
license-file = "LICENSE"

Expand Down

0 comments on commit a638288

Please sign in to comment.