Skip to content

Commit

Permalink
create load config hook (#1143)
Browse files Browse the repository at this point in the history
* create load config hook

* demo example

* remove tests, already doing it in loco new
  • Loading branch information
kaplanelad authored Jan 5, 2025
1 parent 5a346c6 commit 26fe7cd
Show file tree
Hide file tree
Showing 28 changed files with 309 additions and 350 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ cfg-if = "1"
uuid = { version = "1.10.0", features = ["v4", "fast-rng"] }

# File Upload
opendal = { version = "0.50.2", default-features = false,features = ["services-memory","services-fs"] }
opendal = { version = "0.50.2", default-features = false, features = [
"services-memory",
"services-fs",
] }

# cache
moka = { version = "0.12.7", features = ["sync"], optional = true }
Expand Down
Loading

0 comments on commit 26fe7cd

Please sign in to comment.