this repo has no description
0
fork

Configure Feed

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

Using bundled because first time I run on fedora, we get a linking error

so funny to me

+2 -1
+1
Cargo.lock
··· 871 871 source = "registry+https://github.com/rust-lang/crates.io-index" 872 872 checksum = "fbb8270bb4060bd76c6e96f20c52d80620f1d82a3470885694e41e0f81ef6fe7" 873 873 dependencies = [ 874 + "cc", 874 875 "pkg-config", 875 876 "vcpkg", 876 877 ]
+1 -1
server/Cargo.toml
··· 23 23 tokio-postgres = { version = "0.7.13", features = ["with-uuid-1"] } 24 24 bcrypt = "0.17.0" 25 25 r2d2 = "0.8.10" 26 - r2d2_sqlite = "0.27.0" 26 + r2d2_sqlite = {version = "0.27.0", features = ["bundled"]}