Basic API request to DeepL
This commit is contained in:
parent
3a9f283e99
commit
d2892b1f82
12 changed files with 1401 additions and 70 deletions
19
endolingual-macro/Cargo.toml
Normal file
19
endolingual-macro/Cargo.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[package]
|
||||
name = "endolingual-macro"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
description = "Procedural macros for endolingual"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = { version = "2.0", features = ["full"] }
|
||||
reqwest = { version = "0.12.9", features = ["blocking", "json", "rustls-tls"], default-features = false }
|
||||
serde_json = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
endolingual = { path = "../endolingual", version = "0.1.0" }
|
Loading…
Add table
Add a link
Reference in a new issue