mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-28 15:17:48 +01:00
12 lines
220 B
TOML
12 lines
220 B
TOML
[package]
|
|
name = "drive_example"
|
|
version = "0.1.0"
|
|
authors = ["Lewin Bormann <lbo@spheniscida.de>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
yup-oauth2 = "^ 1.0"
|
|
google-drive3 = "^ 1.0"
|
|
hyper = "^ 0.10"
|
|
hyper-native-tls = "0.3"
|