blob: 43f49c6fca82afa114ed01157708c962aaac68c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "seance-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
lru = "0.12.3"
regex = "1.10.2"
serde = { version = "1.0.196", features = [ "derive" ] }
serde_regex = "1.1.0"
tokio = { version = "1.38.0", features = [ "rt", "macros" ] }
toml = "0.8.8"
twilight-gateway = "0.15.4"
twilight-http = "0.15.4"
twilight-model = "0.15.4"
|