diff options
author | Profpatsch <mail@profpatsch.de> | 2023-01-07T13·53+0100 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-01-07T14·28+0000 |
commit | 83fb27dfbc60075711eca1a3aace40915822b78b (patch) | |
tree | a00a28cfb0c2698024716566e22f56c13ee00f5e /users/Profpatsch/execline/exec-helpers/Cargo.lock | |
parent | 1e2c859840f1d73ccf8a956647a15c0436f4bdd0 (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.lock')
-rw-r--r-- | users/Profpatsch/execline/exec-helpers/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/users/Profpatsch/execline/exec-helpers/Cargo.lock b/users/Profpatsch/execline/exec-helpers/Cargo.lock new file mode 100644 index 000000000000..1753cc949d3a --- /dev/null +++ b/users/Profpatsch/execline/exec-helpers/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "exec_helpers" +version = "0.1.0" |