about summary refs log tree commit diff
path: root/users/Profpatsch/execline/exec-helpers/Cargo.toml
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-01-07T13·53+0100
committerclbot <clbot@tvl.fyi>2023-01-07T14·28+0000
commit83fb27dfbc60075711eca1a3aace40915822b78b (patch)
treea00a28cfb0c2698024716566e22f56c13ee00f5e /users/Profpatsch/execline/exec-helpers/Cargo.toml
parent1e2c859840f1d73ccf8a956647a15c0436f4bdd0 (diff)
chore(users/Profpatsch): move rust exec-helpers to own subdir r/5624
This is so we can use the rust language server for the file.

Change-Id: I8a2fe15ea67fd0e26814fda57bf0cace0d264cae
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7792
Autosubmit: Profpatsch <mail@profpatsch.de>
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/Profpatsch/execline/exec-helpers/Cargo.toml')
-rw-r--r--users/Profpatsch/execline/exec-helpers/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/Profpatsch/execline/exec-helpers/Cargo.toml b/users/Profpatsch/execline/exec-helpers/Cargo.toml
new file mode 100644
index 000000000000..6642b66ee375
--- /dev/null
+++ b/users/Profpatsch/execline/exec-helpers/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "exec_helpers"
+version = "0.1.0"
+edition = "2021"
+
+[lib]
+name = "exec_helpers"
+path = "exec_helpers.rs"