This commit is contained in:
MeexReay 2025-05-05 04:22:20 +03:00
parent 4990928397
commit ad0f54eead
8 changed files with 4 additions and 21 deletions

17
.envrc
View File

@ -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

2
Cargo.lock generated
View File

@ -719,7 +719,7 @@ dependencies = [
]
[[package]]
name = "rust_minecraft_server"
name = "rust_mc_serv"
version = "0.1.0"
dependencies = [
"colog",

View File

@ -1,5 +1,5 @@
[package]
name = "rust_minecraft_server"
name = "rust_mc_serv"
version = "0.1.0"
edition = "2024"

View File

@ -1,4 +1,4 @@
# rust_minecraft_server
# rust_mc_serv
Простой майнкрафт сервер на расте. Поддерживаемая версия: 1.21.5 (PVN 770)

View File

@ -1,5 +1,5 @@
[package]
name = "sniff-packets"
name = "sniff_packets"
version = "0.1.0"
edition = "2024"