Initial commit
This commit is contained in:
7
Cargo.lock
generated
Normal file
7
Cargo.lock
generated
Normal file
@@ -0,0 +1,7 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 4
|
||||
|
||||
[[package]]
|
||||
name = "hellogitea"
|
||||
version = "0.1.0"
|
||||
6
Cargo.toml
Normal file
6
Cargo.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "hellogitea"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
3
src/main.rs
Normal file
3
src/main.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
1
target/.rustc_info.json
Normal file
1
target/.rustc_info.json
Normal file
@@ -0,0 +1 @@
|
||||
{"rustc_fingerprint":8612167721078535035,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.88.0 (6b00bc388 2025-06-23)\nbinary: rustc\ncommit-hash: 6b00bc3880198600130e1cf62b8f8a93494488cc\ncommit-date: 2025-06-23\nhost: x86_64-unknown-linux-gnu\nrelease: 1.88.0\nLLVM version: 20.1.5\n","stderr":""},"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/alex/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""}},"successes":{}}
|
||||
3
target/CACHEDIR.TAG
Normal file
3
target/CACHEDIR.TAG
Normal file
@@ -0,0 +1,3 @@
|
||||
Signature: 8a477f597d28d172789f06886806bc55
|
||||
# This file is a cache directory tag created by cargo.
|
||||
# For information about cache directory tags see https://bford.info/cachedir/
|
||||
0
target/debug/.cargo-lock
Normal file
0
target/debug/.cargo-lock
Normal file
@@ -0,0 +1 @@
|
||||
3ad4856567cd6968
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":11410426090777951712,"features":"[]","declared_features":"[]","target":16611270361195936419,"profile":8731458305071235362,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hellogitea-3113c0df6eaa13c3/dep-bin-hellogitea","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1 @@
|
||||
88100157af082bc0
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":11410426090777951712,"features":"[]","declared_features":"[]","target":16611270361195936419,"profile":17672942494452627365,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hellogitea-650b65913789907c/dep-bin-hellogitea","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1 @@
|
||||
fe301709f5d79cae
|
||||
@@ -0,0 +1 @@
|
||||
{"rustc":11410426090777951712,"features":"[]","declared_features":"[]","target":16611270361195936419,"profile":3316208278650011218,"path":4942398508502643691,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/hellogitea-95c166ace0f46813/dep-test-bin-hellogitea","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}
|
||||
BIN
target/debug/deps/hellogitea-3113c0df6eaa13c3
Executable file
BIN
target/debug/deps/hellogitea-3113c0df6eaa13c3
Executable file
Binary file not shown.
5
target/debug/deps/hellogitea-3113c0df6eaa13c3.d
Normal file
5
target/debug/deps/hellogitea-3113c0df6eaa13c3.d
Normal file
@@ -0,0 +1,5 @@
|
||||
/home/alex/Projects/hellogitea/target/debug/deps/hellogitea-3113c0df6eaa13c3.d: src/main.rs
|
||||
|
||||
/home/alex/Projects/hellogitea/target/debug/deps/hellogitea-3113c0df6eaa13c3: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
5
target/debug/deps/hellogitea-650b65913789907c.d
Normal file
5
target/debug/deps/hellogitea-650b65913789907c.d
Normal file
@@ -0,0 +1,5 @@
|
||||
/home/alex/Projects/hellogitea/target/debug/deps/hellogitea-650b65913789907c.d: src/main.rs
|
||||
|
||||
/home/alex/Projects/hellogitea/target/debug/deps/libhellogitea-650b65913789907c.rmeta: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
5
target/debug/deps/hellogitea-95c166ace0f46813.d
Normal file
5
target/debug/deps/hellogitea-95c166ace0f46813.d
Normal file
@@ -0,0 +1,5 @@
|
||||
/home/alex/Projects/hellogitea/target/debug/deps/hellogitea-95c166ace0f46813.d: src/main.rs
|
||||
|
||||
/home/alex/Projects/hellogitea/target/debug/deps/libhellogitea-95c166ace0f46813.rmeta: src/main.rs
|
||||
|
||||
src/main.rs:
|
||||
BIN
target/debug/hellogitea
Executable file
BIN
target/debug/hellogitea
Executable file
Binary file not shown.
1
target/debug/hellogitea.d
Normal file
1
target/debug/hellogitea.d
Normal file
@@ -0,0 +1 @@
|
||||
/home/alex/Projects/hellogitea/target/debug/hellogitea: /home/alex/Projects/hellogitea/src/main.rs
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1
target/flycheck0/stderr
Normal file
1
target/flycheck0/stderr
Normal file
@@ -0,0 +1 @@
|
||||
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.00s
|
||||
3
target/flycheck0/stdout
Normal file
3
target/flycheck0/stdout
Normal file
@@ -0,0 +1,3 @@
|
||||
{"reason":"compiler-artifact","package_id":"path+file:///home/alex/Projects/hellogitea#0.1.0","manifest_path":"/home/alex/Projects/hellogitea/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"hellogitea","src_path":"/home/alex/Projects/hellogitea/src/main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":true},"features":[],"filenames":["/home/alex/Projects/hellogitea/target/debug/deps/libhellogitea-95c166ace0f46813.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"compiler-artifact","package_id":"path+file:///home/alex/Projects/hellogitea#0.1.0","manifest_path":"/home/alex/Projects/hellogitea/Cargo.toml","target":{"kind":["bin"],"crate_types":["bin"],"name":"hellogitea","src_path":"/home/alex/Projects/hellogitea/src/main.rs","edition":"2021","doc":true,"doctest":false,"test":true},"profile":{"opt_level":"0","debuginfo":2,"debug_assertions":true,"overflow_checks":true,"test":false},"features":[],"filenames":["/home/alex/Projects/hellogitea/target/debug/deps/libhellogitea-650b65913789907c.rmeta"],"executable":null,"fresh":true}
|
||||
{"reason":"build-finished","success":true}
|
||||
Reference in New Issue
Block a user