From ba722671b4791524384010705bef0aaa83c22c0b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 5 Sep 2019 19:04:34 -0700 Subject: rename rust crate fatcat-api-spec -> fatcat-openapi --- rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/Cargo.toml') 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" -- cgit v1.2.3