Connection
parent: tbd commit: 415ff8d
1 | [package] |
2 | name = "giterated-daemon" |
3 | version = "0.1.0" |
4 | edition = "2021" |
5 | |
6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
7 | |
8 | [dependencies] |
9 | tokio-tungstenite = "*" |
10 | tokio = { version = "1.32.0", features = ["full"] } |
11 | tracing = "*" |
12 | futures-util = "*" |
13 | serde = { version = "1", features = ["derive"]} |
14 | serde_json = "1.0" |