-
Notifications
You must be signed in to change notification settings - Fork 9
/
Cargo.toml
25 lines (22 loc) · 996 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "thoth"
version = "0.13.4"
authors = ["Javier Arias <[email protected]>", "Ross Higman <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
description = "GraphQL API for bibliographic data"
repository = "https://github.com/thoth-pub/thoth"
readme = "README.md"
[badges]
maintenance = { status = "actively-developed" }
[workspace]
members = ["thoth-api", "thoth-api-server", "thoth-app", "thoth-app-server", "thoth-client", "thoth-errors", "thoth-export-server"]
[dependencies]
thoth-api = { version = "=0.13.4", path = "thoth-api", features = ["backend"] }
thoth-api-server = { version = "=0.13.4", path = "thoth-api-server" }
thoth-app-server = { version = "=0.13.4", path = "thoth-app-server" }
thoth-errors = { version = "=0.13.4", path = "thoth-errors" }
thoth-export-server = { version = "=0.13.4", path = "thoth-export-server" }
clap = { version = "4.5.21", features = ["cargo", "env"] }
dialoguer = { version = "0.11.0", features = ["password"] }
dotenv = "0.15.0"