support bitint in json serialization

This commit is contained in:
Qingping Hou 2022-05-30 17:32:51 -07:00
parent 1dcb46b7df
commit 200abe6185

View File

@ -22,7 +22,7 @@ yup-oauth2 = { version = "6.2", default-features = false, features= [
"service_account",
] }
thiserror = "1"
serde_json = "1"
serde_json = { version = "1", features = ["arbitrary_precision"] }
serde_derive = "1"
serde = "1"
uriparse = "0"