Skip to content

Commit

Permalink
Add user specified field in profile json file, for customizations per…
Browse files Browse the repository at this point in the history
… implementation
  • Loading branch information
Jupeyy committed Nov 30, 2024
1 parent 830316b commit 8eb605b
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 35 deletions.
153 changes: 123 additions & 30 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 lib/ddnet-account-client-http-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ url = { version = "2.5.4", features = ["serde"] }
tokio = { version = "1.41.1", features = ["rt-multi-thread", "sync", "fs", "time", "macros"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_with = "3.11.0"
email_address = { version = "0.2.9", features = ["serde"] }
tempfile = "3.14.0"
x509-cert = { version = "0.2.5" }
Expand Down
Loading

0 comments on commit 8eb605b

Please sign in to comment.