You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,13 @@ Things yet to do
42
42
How to build
43
43
------------
44
44
45
-
Alexandrie is built using [**Tide**][Tide] and offers multiple options to be used as its database.
45
+
Alexandrie is built using [**Axum**][Axum] and offers multiple options to be used as its database.
46
46
47
47
The current minimum supported Rust version for Alexandrie is `1.68` (on stable), so make sure to check if your local Rust version is adequate by running `rustc -V`.
48
48
49
49
To build, you can run `cargo build [--release]`.
50
50
51
-
[Tide]: https://github.com/http-rs/tide
51
+
[Axum]: https://github.com/tokio-rs/axum
52
52
53
53
Before running it, you need to configure your instance in the `alexandrie.toml` file.
0 commit comments