Skip to content

Commit

Permalink
chore(users/workflow): setup basic e2e user workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ABCxFF committed Jan 28, 2025
1 parent 7e75cf3 commit 9e1d115
Show file tree
Hide file tree
Showing 6 changed files with 982 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion packages/services/user/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ edition.workspace = true
[dependencies]
serde = { version = "1.0.198", features = ["derive"] }
chirp-workflow.workspace = true
rand = "0.8"
lazy_static = "1.4"

cluster.workspace = true
email-address-parser = "1.0.1"
Expand All @@ -19,14 +21,15 @@ token-create.workspace = true
upload-file-list.workspace = true
upload-get.workspace = true
upload-complete.workspace = true
upload-list-for-user.workspace = true
team-get.workspace = true

[dependencies.sqlx]
workspace = true
default-features = false

[dev-dependencies]
faker-user.workspace = true
rand = "0.8"
reqwest = "0.11"
upload-get.workspace = true
upload-prepare.workspace = true
Loading

0 comments on commit 9e1d115

Please sign in to comment.