You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
334 B
13 lines
334 B
--- lexical-parse-integer-1.0.5/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ lexical-parse-integer-1.0.5/Cargo.toml 2024-12-26T21:01:39.422414+00:00
|
|
@@ -93,6 +93,9 @@
|
|
[dev-dependencies.proptest]
|
|
version = ">=1.5.0"
|
|
|
|
+[dev-dependencies.quickcheck]
|
|
+version = "1.0.3"
|
|
+
|
|
[features]
|
|
compact = ["lexical-util/compact"]
|
|
default = ["std"]
|