Skip to content
Extraits de code Groupes Projets
Vérifiée Valider a969060b rédigé par Kubat's avatar Kubat
Parcourir les fichiers

SUZUHA: Base files for the Suzuha p2p repo client (for when the connection to kurisu is slow)

parent 06ec2fe1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!161Kagari update
......@@ -42,6 +42,13 @@ To build Klkt, you will need:
- qmake and Qt5 developpement libraries (Qt5Core Qt5Gui Qt5Network Qt5Widgets)
- don't forget the qt5dxcb-plugin (xcb plugin for qt5) when compiling
To build the Suzuha p2p repo, you will need an up to date rust
installation, for that use the following command:
```shell
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
You will also need the following executables, with their path setted in
the configuration file:
......
target/
Ce diff est replié.
[package]
name = "suzuha"
version = "0.1.0"
authors = ["Kubat <mael.martin31@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libp2p = { version = "0.31", features = ["tcp-tokio", "mdns-tokio"] }
tokio = { version = "0.3", features = ["io-util", "io-std", "stream", "macros", "rt", "rt-multi-thread", "fs", "time", "sync"] }
serde = {version = "=1.0", features = ["derive"] }
serde_json = "1.0"
once_cell = "1.5"
log = "0.4"
pretty_env_logger = "0.4"
fn main() {
println!("Hello, world!");
}
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter