move all defi functionality to page and separate controller

This commit is contained in:
Timur Gordon
2025-05-01 02:55:41 +02:00
parent 457f3c8268
commit 6b7b2542ab
21 changed files with 2198 additions and 1505 deletions

View File

@@ -263,6 +263,7 @@ dependencies = [
"serde",
"serde_json",
"tera",
"urlencoding",
"uuid",
]
@@ -2655,6 +2656,12 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "utf16_iter"
version = "1.0.5"