mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
support bitint in json serialization
This commit is contained in:
parent
1dcb46b7df
commit
200abe6185
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user