mirror of
https://git.alemi.dev/mastobot.git
synced 2024-11-14 04:09:20 +01:00
10 lines
240 B
TOML
10 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"] }
|