neveko/neveko-gui
2024-09-30 01:39:54 -04:00
..
assets migrate nevmes -> neveko 2023-06-03 10:17:58 -04:00
crates patches for v0.2.0-beta-rc.1 2024-09-29 10:49:36 -04:00
src reset i2p status on gui exit 2024-09-30 01:39:54 -04:00
.gitignore patch serialization on list indexes 2024-09-20 16:31:01 -04:00
.rustfmt.toml dont format lib.rs 2023-06-25 17:50:36 -04:00
Cargo.lock update cargo audit 2024-09-29 21:44:43 -04:00
Cargo.toml patches for v0.2.0-beta-rc.1 2024-09-29 10:49:36 -04:00
LICENSE-APACHE bump copyright year 2024-01-02 08:05:48 -05:00
LICENSE-MIT bump copyright year 2024-01-02 08:05:48 -05:00
README.md migrate nevmes -> neveko 2023-06-03 10:17:58 -04:00

Dev

Note: gui depends on the binary if starting core from gui otherwise run neveko core on your own

cd ../ && cargo build && cp target/debug/neveko neveko-gui/ && cd neveko-gui && RUST_LOG=debug cargo run