diff --git a/.envrc b/.envrc deleted file mode 100644 index 412cbef..0000000 --- a/.envrc +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env bash -# ^ make editor happy - -# -# Use https://direnv.net/ to automatically load the dev shell. -# - -if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then - source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4=" -fi - -watch_file nix/** -watch_file -- **/*.nix -# Adding files to git includes them in a flake -# But it is also a bit much reloading. -# watch_file .git/index .git/HEAD -use flake . --show-trace diff --git a/Cargo.lock b/Cargo.lock index 6baed31..2e24daf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -719,7 +719,7 @@ dependencies = [ ] [[package]] -name = "rust_minecraft_server" +name = "rust_mc_serv" version = "0.1.0" dependencies = [ "colog", diff --git a/Cargo.toml b/Cargo.toml index fb7e0c3..b94c043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rust_minecraft_server" +name = "rust_mc_serv" version = "0.1.0" edition = "2024" diff --git a/README.md b/README.md index 5b64e94..c41bbb4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rust_minecraft_server +# rust_mc_serv Простой майнкрафт сервер на расте. Поддерживаемая версия: 1.21.5 (PVN 770) diff --git a/sniff-packets/.gitignore b/sniff_packets/.gitignore similarity index 100% rename from sniff-packets/.gitignore rename to sniff_packets/.gitignore diff --git a/sniff-packets/Cargo.lock b/sniff_packets/Cargo.lock similarity index 100% rename from sniff-packets/Cargo.lock rename to sniff_packets/Cargo.lock diff --git a/sniff-packets/Cargo.toml b/sniff_packets/Cargo.toml similarity index 87% rename from sniff-packets/Cargo.toml rename to sniff_packets/Cargo.toml index 742bbbb..97470d4 100644 --- a/sniff-packets/Cargo.toml +++ b/sniff_packets/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "sniff-packets" +name = "sniff_packets" version = "0.1.0" edition = "2024" diff --git a/sniff-packets/src/main.rs b/sniff_packets/src/main.rs similarity index 100% rename from sniff-packets/src/main.rs rename to sniff_packets/src/main.rs