price.rs file is missing at crates.io
lennartkloock opened this issue · 4 comments
lennartkloock commented
The file(src/resources/price.rs) is just missing and I can't use the structs and functions in my project. I really don't know why?!
https://docs.rs/crate/stripe-rust/0.12.3/source/src/resources/
drusellers commented
Same here. I'm wondering if the failing build isn't helping?
lennartkloock commented
I solved it by doing the requests to the stripe servers myself. (With https://crates.io/crates/reqwest)
lennartkloock commented
This crate seems to be not that well maintained at all
arlyon commented
Closing now that async-stripe in the de-facto successor