Add support for rust_decimal and bigdecimal (#101)
This commit is contained in:
parent
3cac0e5048
commit
f0d2b1c50c
3 changed files with 35 additions and 0 deletions
|
@ -26,6 +26,8 @@ smallvec = { version = "1.0", optional = true }
|
|||
arrayvec = { version = "0.5", default-features = false, optional = true }
|
||||
url = { version = "2.0", default-features = false, optional = true }
|
||||
bytes = { version = "1.0", optional = true }
|
||||
rust_decimal = { version = "1", default-features = false, optional = true }
|
||||
bigdecimal = { version = "0.3", default-features = false, optional = true }
|
||||
enumset = { version = "1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue