Skip to content

Commit

Permalink
refactor(enums): move enums from storage_models and api_models cr…
Browse files Browse the repository at this point in the history
…ates to `common_enums` crate (#1265)
  • Loading branch information
Aprabhat19 authored Jul 13, 2023
1 parent b8393d4 commit c0e1d4d
Show file tree
Hide file tree
Showing 40 changed files with 991 additions and 1,852 deletions.
43 changes: 32 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions crates/api_models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ license.workspace = true
default = []
errors = ["dep:actix-web", "dep:reqwest"]
multiple_mca = []
dummy_connector = []
dummy_connector = ["common_enums/dummy_connector"]
detailed_errors = []

[dependencies]
actix-web = { version = "4.3.1", optional = true }
frunk = "0.4.1"
frunk_core = "0.4.1"
error-stack = "0.3.1"
mime = "0.3.17"
reqwest = { version = "0.11.18", optional = true }
serde = { version = "1.0.163", features = ["derive"] }
Expand Down
Loading

0 comments on commit c0e1d4d

Please sign in to comment.