mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
11 lines
280 B
TOML
11 lines
280 B
TOML
[package]
|
|
name = "slack-import-emojis"
|
|
version = "0.3.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|