random ud
This commit is contained in:
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "http_core"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Core traits and types for building API clients with http_derive"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
awc = "3"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
toml = "0.9.5"
|
||||
urlencoding = "2"
|
||||
|
||||
Reference in New Issue
Block a user