this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: immediate crash on launch if no terminal

+1 -1
+1 -1
server/Cargo.toml
··· 15 15 ws = { package = "rocket_ws", version = "0.1.1" } 16 16 serde_json = "1.0.140" 17 17 uuid = { version = "1.16.0", features = ["v4", "serde"] } 18 - cynthia_con = { version = "0.1.2" } 18 + cynthia_con = { version = "0.1.3" } 19 19 dotenv = "0.15.0" 20 20 tokio-postgres = { version = "0.7.13", features = ["with-uuid-1"] } 21 21 bcrypt = "0.17.0"