pain in the arse

This commit is contained in:
jude-lafitteIII
2020-04-28 01:24:06 +01:00
parent e052f3be8c
commit e34d36b4a3
4 changed files with 189 additions and 29 deletions

12
Cargo.lock generated
View File

@ -129,6 +129,17 @@ version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5ca2cd0adc3f48f9e9ea5a6bbdf9ccc0bfade884847e484d452414c7ccffb3"
[[package]]
name = "bigdecimal"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "460825c9e21708024d67c07057cd5560e5acdccac85de0de624a81d3de51bacb"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "bitflags"
version = "1.2.1"
@ -1357,6 +1368,7 @@ dependencies = [
"async-native-tls",
"async-stream",
"base64 0.12.0",
"bigdecimal",
"bitflags",
"byteorder",
"crossbeam-queue",