mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
move rand to dev-dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rxing"
|
||||
version = "0.2.16"
|
||||
version = "0.2.17"
|
||||
description="A rust port of the zxing barcode library."
|
||||
license="Apache-2.0"
|
||||
repository="https://github.com/hschimke/rxing"
|
||||
@@ -17,7 +17,6 @@ regex = "1.7.0"
|
||||
fancy-regex = "0.10"
|
||||
once_cell = "1.17.0"
|
||||
encoding = "0.2"
|
||||
rand = "0.8.5"
|
||||
urlencoding = "2.1.2"
|
||||
uriparse = "0.6.4"
|
||||
chrono = "0.4.23"
|
||||
@@ -35,6 +34,7 @@ resvg = {version = "0.28.0", optional = true, default-features=false}
|
||||
[dev-dependencies]
|
||||
java-properties = "1.4.1"
|
||||
java-rand = "0.2.0"
|
||||
rand = "0.8.5"
|
||||
|
||||
[features]
|
||||
default = ["image"]
|
||||
|
||||
Reference in New Issue
Block a user