mirror of
https://git.alemi.dev/mastobot.git
synced 2024-11-14 12:19:19 +01:00
11 lines
240 B
TOML
11 lines
240 B
TOML
|
[package]
|
||
|
name = "mastobot"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
elefren = "0.22"
|
||
|
ureq = { version = "2", features = ["json"] }
|