renaming
This commit is contained in:
parent
4990928397
commit
ad0f54eead
17
.envrc
17
.envrc
@ -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
2
Cargo.lock
generated
@ -719,7 +719,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rust_minecraft_server"
|
||||
name = "rust_mc_serv"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"colog",
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "rust_minecraft_server"
|
||||
name = "rust_mc_serv"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# rust_minecraft_server
|
||||
# rust_mc_serv
|
||||
|
||||
Простой майнкрафт сервер на расте. Поддерживаемая версия: 1.21.5 (PVN 770)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "sniff-packets"
|
||||
name = "sniff_packets"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
Loading…
x
Reference in New Issue
Block a user