feature/string-translation #4

Merged
xyon merged 8 commits from feature/string-translation into main 2024-08-28 18:35:06 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 71e0f92708 - Show all commits

View File

@ -15,8 +15,8 @@ diesel = { version = "2.1.0", features = ["postgres", "r2d2", "chrono"] }
diesel_migrations = "2.1.0"
env_logger = "0.10.0"
log = "0.4.20"
# manifold = { git = "https://code.orbiter-radio.uk/discord/manifold.git" }
manifold = { path = "/home/xyon/Workspace/manifold/" }
manifold = { git = "https://code.orbiter-radio.uk/discord/manifold.git" }
# manifold = { path = "/home/xyon/Workspace/manifold/" }
poise = { version = "0.5.*", features = [ "cache" ] }
rand = { version = "0.8.5", features = [ "small_rng" ] }
regex = "1.9.5"