Skip to content

Commit

Permalink
feat(account): add momento signup flow to cli (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Nov 16, 2021
1 parent ffec86d commit 9182210
Show file tree
Hide file tree
Showing 5 changed files with 314 additions and 0 deletions.
254 changes: 254 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ home = "0.5.3"
toml = "0.5.8"
serde = {version = "1.0", features = ["derive"] }
maplit = "1.0.2"
reqwest = { version = "0.11", features = ["json"] }
momento = { path = "./client-sdk-rust" }

[[bin]]
Expand Down
1 change: 1 addition & 0 deletions src/commands.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pub mod account;
pub mod cache;
pub mod configure;
Loading

0 comments on commit 9182210

Please sign in to comment.