about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2024-04-28 23:25:49 +0200
committerBaitinq <[email protected]>2024-04-28 23:26:34 +0200
commit5d76adc2b7f655bdc2a61cada09ce2730b2158d0 (patch)
treebda621f552a72d7712eb070cca0f60a2b778da8c /src
downloadfs-tracer-backend-5d76adc2b7f655bdc2a61cada09ce2730b2158d0.tar.gz
fs-tracer-backend-5d76adc2b7f655bdc2a61cada09ce2730b2158d0.tar.bz2
fs-tracer-backend-5d76adc2b7f655bdc2a61cada09ce2730b2158d0.zip
Initial commit
Diffstat (limited to 'src')
-rw-r--r--src/rest-api/Cargo.lock7
-rw-r--r--src/rest-api/Cargo.toml8
-rw-r--r--src/rest-api/src/main.rs3
-rw-r--r--src/rest-api/target/.rustc_info.json1
-rw-r--r--src/rest-api/target/CACHEDIR.TAG3
-rw-r--r--src/rest-api/target/debug/.cargo-lock0
-rw-r--r--src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/bin-rest-api1
-rw-r--r--src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/bin-rest-api.json1
-rw-r--r--src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/dep-bin-rest-apibin0 -> 24 bytes
-rw-r--r--src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/invoked.timestamp1
-rwxr-xr-xsrc/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6bin0 -> 555088 bytes
-rw-r--r--src/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6.d5
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/1ku9486dxozplxe6.obin0 -> 7552 bytes
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/2gqo56abo1j1sfm7.obin0 -> 8000 bytes
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/2omj9vns5sl3sjap.obin0 -> 4456 bytes
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/3somj29yybankm0o.obin0 -> 9152 bytes
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/4wcp979luwlipy0p.obin0 -> 4200 bytes
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/bdumlxby0lqgpz.obin0 -> 3664 bytes
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/dep-graph.binbin0 -> 71376 bytes
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/query-cache.binbin0 -> 7086 bytes
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/work-products.binbin0 -> 411 bytes
-rw-r--r--src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd.lock0
-rwxr-xr-xsrc/rest-api/target/debug/rest-apibin0 -> 555088 bytes
-rw-r--r--src/rest-api/target/debug/rest-api.d1
24 files changed, 31 insertions, 0 deletions
diff --git a/src/rest-api/Cargo.lock b/src/rest-api/Cargo.lock
new file mode 100644
index 0000000..3d8d04d
--- /dev/null
+++ b/src/rest-api/Cargo.lock
@@ -0,0 +1,7 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
+version = 3
+
+[[package]]
+name = "rest-api"
+version = "0.1.0"
diff --git a/src/rest-api/Cargo.toml b/src/rest-api/Cargo.toml
new file mode 100644
index 0000000..c6dfc49
--- /dev/null
+++ b/src/rest-api/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "rest-api"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
diff --git a/src/rest-api/src/main.rs b/src/rest-api/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/src/rest-api/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+    println!("Hello, world!");
+}
diff --git a/src/rest-api/target/.rustc_info.json b/src/rest-api/target/.rustc_info.json
new file mode 100644
index 0000000..f790e3a
--- /dev/null
+++ b/src/rest-api/target/.rustc_info.json
@@ -0,0 +1 @@
+{"rustc_fingerprint":18197252195977925520,"outputs":{"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.77.1 (7cf61ebde 2024-03-27) (built from a source tarball)\nbinary: rustc\ncommit-hash: 7cf61ebde7b22796c69757901dd346d0fe70bd97\ncommit-date: 2024-03-27\nhost: aarch64-unknown-linux-gnu\nrelease: 1.77.1\nLLVM version: 17.0.6\n","stderr":""},"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/nix/store/02dlziqvbp0jqp2gnxnrjwvplxpn188k-rustc-1.77.1\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"aarch64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"neon\"\ntarget_has_atomic=\"128\"\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":{}}
\ No newline at end of file
diff --git a/src/rest-api/target/CACHEDIR.TAG b/src/rest-api/target/CACHEDIR.TAG
new file mode 100644
index 0000000..20d7c31
--- /dev/null
+++ b/src/rest-api/target/CACHEDIR.TAG
@@ -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/
diff --git a/src/rest-api/target/debug/.cargo-lock b/src/rest-api/target/debug/.cargo-lock
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/rest-api/target/debug/.cargo-lock
diff --git a/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/bin-rest-api b/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/bin-rest-api
new file mode 100644
index 0000000..d5ba635
--- /dev/null
+++ b/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/bin-rest-api
@@ -0,0 +1 @@
+e5301c7bf9cfef0e
\ No newline at end of file
diff --git a/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/bin-rest-api.json b/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/bin-rest-api.json
new file mode 100644
index 0000000..9a142ca
--- /dev/null
+++ b/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/bin-rest-api.json
@@ -0,0 +1 @@
+{"rustc":9972386620672059169,"features":"[]","declared_features":"","target":10654235538814443343,"profile":11597332650809196192,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/rest-api-21ca80b7de66cea6/dep-bin-rest-api"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
\ No newline at end of file
diff --git a/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/dep-bin-rest-api b/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/dep-bin-rest-api
new file mode 100644
index 0000000..5fdf103
--- /dev/null
+++ b/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/dep-bin-rest-api
Binary files differdiff --git a/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/invoked.timestamp b/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/invoked.timestamp
new file mode 100644
index 0000000..e00328d
--- /dev/null
+++ b/src/rest-api/target/debug/.fingerprint/rest-api-21ca80b7de66cea6/invoked.timestamp
@@ -0,0 +1 @@
+This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/src/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6 b/src/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6
new file mode 100755
index 0000000..e266cc8
--- /dev/null
+++ b/src/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6
Binary files differdiff --git a/src/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6.d b/src/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6.d
new file mode 100644
index 0000000..b5a25f7
--- /dev/null
+++ b/src/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6.d
@@ -0,0 +1,5 @@
+/home/baitinq/src/fs-tracer-backend/src/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6: src/main.rs
+
+/home/baitinq/src/fs-tracer-backend/src/rest-api/target/debug/deps/rest_api-21ca80b7de66cea6.d: src/main.rs
+
+src/main.rs:
diff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/1ku9486dxozplxe6.o b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/1ku9486dxozplxe6.o
new file mode 100644
index 0000000..4259310
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/1ku9486dxozplxe6.o
Binary files differdiff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/2gqo56abo1j1sfm7.o b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/2gqo56abo1j1sfm7.o
new file mode 100644
index 0000000..3119544
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/2gqo56abo1j1sfm7.o
Binary files differdiff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/2omj9vns5sl3sjap.o b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/2omj9vns5sl3sjap.o
new file mode 100644
index 0000000..11d27eb
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/2omj9vns5sl3sjap.o
Binary files differdiff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/3somj29yybankm0o.o b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/3somj29yybankm0o.o
new file mode 100644
index 0000000..45d20ed
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/3somj29yybankm0o.o
Binary files differdiff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/4wcp979luwlipy0p.o b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/4wcp979luwlipy0p.o
new file mode 100644
index 0000000..61a1420
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/4wcp979luwlipy0p.o
Binary files differdiff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/bdumlxby0lqgpz.o b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/bdumlxby0lqgpz.o
new file mode 100644
index 0000000..108b4df
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/bdumlxby0lqgpz.o
Binary files differdiff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/dep-graph.bin b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/dep-graph.bin
new file mode 100644
index 0000000..8d29453
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/dep-graph.bin
Binary files differdiff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/query-cache.bin b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/query-cache.bin
new file mode 100644
index 0000000..e71b344
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/query-cache.bin
Binary files differdiff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/work-products.bin b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/work-products.bin
new file mode 100644
index 0000000..6a24792
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd-a1qk46p75y3uwtb2c4sgd9jhi/work-products.bin
Binary files differdiff --git a/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd.lock b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd.lock
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/rest-api/target/debug/incremental/rest_api-swpfr0qworf1/s-gvokox8yse-1jmjvvd.lock
diff --git a/src/rest-api/target/debug/rest-api b/src/rest-api/target/debug/rest-api
new file mode 100755
index 0000000..e266cc8
--- /dev/null
+++ b/src/rest-api/target/debug/rest-api
Binary files differdiff --git a/src/rest-api/target/debug/rest-api.d b/src/rest-api/target/debug/rest-api.d
new file mode 100644
index 0000000..85c01ba
--- /dev/null
+++ b/src/rest-api/target/debug/rest-api.d
@@ -0,0 +1 @@
+/home/baitinq/src/fs-tracer-backend/src/rest-api/target/debug/rest-api: /home/baitinq/src/fs-tracer-backend/src/rest-api/src/main.rs