summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-05-09 00:38:08 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2015-05-09 00:38:08 +0200
commit15ba5ee2c2430a532e5fc185e38e583bba24cd21 (patch)
treebc138c6b639e330c8f73cfdf9a169c55a77cb699
parent149aa5c1a25af0bcb6accd65ba9e95ebb75c5b00 (diff)
downloadvtcol-15ba5ee2c2430a532e5fc185e38e583bba24cd21.tar.gz
cargo: add Cargo.lock to repo
-rw-r--r--.gitignore1
-rw-r--r--Cargo.lock4
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 21de933..05957dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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"
+