diff --git a/Cargo.lock b/Cargo.lock index 22f571c..2c8df2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -497,18 +497,6 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" -[[package]] -name = "filetime" -version = "0.2.22" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" -dependencies = [ - "cfg-if", - "libc", - "redox_syscall 0.3.5", - "windows-sys", -] - [[package]] name = "flate2" version = "1.0.28" @@ -761,15 +749,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd" -[[package]] -name = "home" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" -dependencies = [ - "windows-sys", -] - [[package]] name = "http" version = "0.2.9" @@ -957,12 +936,6 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" -[[package]] -name = "itoap" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8" - [[package]] name = "js-sys" version = "0.3.64" @@ -1591,44 +1564,6 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" -[[package]] -name = "sailfish" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82a03fcade08eb837d7ba0d8f775f1fe6cddb00d413de0c655ab2b93e821a0eb" -dependencies = [ - "itoap", - "ryu", - "sailfish-macros", - "version_check", -] - -[[package]] -name = "sailfish-compiler" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cf1deecb07747a1f7ab55745edcc406875db007602b037af5fcf59f40dd2005" -dependencies = [ - "filetime", - "home", - "memchr", - "proc-macro2", - "quote", - "serde", - "syn 2.0.28", - "toml", -] - -[[package]] -name = "sailfish-macros" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3e5946289d6daa26cde6ffb06678d7a8ba276ec6a7a55d36f64b35e7f644d22" -dependencies = [ - "proc-macro2", - "sailfish-compiler", -] - [[package]] name = "scoped-tls" version = "1.0.1" @@ -1741,15 +1676,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_spanned" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" -dependencies = [ - "serde", -] - [[package]] name = "serde_urlencoded" version = "0.7.1" @@ -1833,7 +1759,6 @@ dependencies = [ "rusqlite", "rusqlite_migration", "rustls 0.21.6", - "sailfish", "sea-query", "sea-query-rusqlite", "serde", @@ -2062,26 +1987,11 @@ dependencies = [ "tracing", ] -[[package]] -name = "toml" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit", -] - [[package]] name = "toml_datetime" version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" -dependencies = [ - "serde", -] [[package]] name = "toml_edit" @@ -2090,8 +2000,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ "indexmap 2.0.0", - "serde", - "serde_spanned", "toml_datetime", "winnow", ] diff --git a/Cargo.toml b/Cargo.toml index 159f4d4..42ed8ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,6 @@ rusqlite_migration = "1.0.2" nostr = "0.27.0" nostr-database = "0.27.0" regex = "1.9.5" -sailfish = "0.7.0" sea-query = { version = "0.30.4", features = ["backend-sqlite", "thread-safe"] } sea-query-rusqlite = { version="0", features = [ "with-chrono", diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index f7ada7e..0000000 --- a/templates/index.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - Registration - - -
-

Create new user

-
-

Sign Up

-
- - - -
-
- - - -
- -
-
- - - diff --git a/templates/index.stpl b/templates/index.stpl deleted file mode 100644 index d044eaa..0000000 --- a/templates/index.stpl +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - Registration - - -
-

Create new user

-
-

Sign Up

-
- - - -
-
- - - -
- -
-
- - - diff --git a/templates/static/android-chrome-192x192.png b/templates/static/android-chrome-192x192.png deleted file mode 100644 index b87bdf7..0000000 Binary files a/templates/static/android-chrome-192x192.png and /dev/null differ diff --git a/templates/static/android-chrome-512x512.png b/templates/static/android-chrome-512x512.png deleted file mode 100644 index 407a549..0000000 Binary files a/templates/static/android-chrome-512x512.png and /dev/null differ diff --git a/templates/static/apple-touch-icon.png b/templates/static/apple-touch-icon.png deleted file mode 100644 index 075ba41..0000000 Binary files a/templates/static/apple-touch-icon.png and /dev/null differ diff --git a/templates/static/favicon-16x16.png b/templates/static/favicon-16x16.png deleted file mode 100644 index 2dd3e01..0000000 Binary files a/templates/static/favicon-16x16.png and /dev/null differ diff --git a/templates/static/favicon-32x32.png b/templates/static/favicon-32x32.png deleted file mode 100644 index 1027bdd..0000000 Binary files a/templates/static/favicon-32x32.png and /dev/null differ diff --git a/templates/static/favicon.ico b/templates/static/favicon.ico deleted file mode 100644 index 896232f..0000000 Binary files a/templates/static/favicon.ico and /dev/null differ diff --git a/templates/static/site.webmanifest b/templates/static/site.webmanifest deleted file mode 100644 index 45dc8a2..0000000 --- a/templates/static/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file