diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Cargo.lock | 4 |
2 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,6 @@ vtcol # build side-effects -Cargo.lock target/* # Vim session files diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..c783527 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,4 @@ +[root] +name = "vtcol" +version = "0.42.0" + |