aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e88b3590f2d3674c79dd466004c664203ff13fe4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
members = ["trakt-core", "trakt-macros", "trakt-rs"]
resolver = "2"

[workspace.dependencies]
bytes = "1.5"
http = "0.2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
time = { version = "0.3", features = ["formatting", "macros", "parsing", "serde"] }
trakt-core = { path = "trakt-core", version = "0.2.0" }
trakt-macros = { path = "trakt-macros", version = "0.1.3" }