diff options
Diffstat (limited to 'rust/Cargo.toml')
-rw-r--r-- | rust/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml index eb861f9b..e590ca20 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,10 +7,10 @@ description = "A scalable, versioned, API-oriented catalog for bibliographic ent license = "AGPL 3.0" [workspace] -members = ["fatcat-api-spec"] +members = ["fatcat-openapi"] [dependencies] -fatcat-api-spec = {version = "*", path = "fatcat-api-spec", features = ["server"] } +fatcat-openapi = {version = "*", path = "fatcat-openapi", features = ["server"] } diesel = { version = "1.3", features = ["postgres", "uuid", "serde_json", "chrono", "r2d2"] } diesel_migrations = "1.3" dotenv = "0.9.0" |