summaryrefslogtreecommitdiff
path: root/server/Cargo.toml
blob: 50440fb43a4932fd5788785e7bd5c0e450cff312 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "weareserver"
version = "0.1.0"
edition = "2024"

[[bin]]
name = "wearehosting"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
env_logger = "0.11.6"
log = "0.4.22"
weareshared = { path = "../shared" }
xdg = "2.5.2"