diff options
Diffstat (limited to 'third_party/rust/zeitstempel/Cargo.lock')
-rw-r--r-- | third_party/rust/zeitstempel/Cargo.lock | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/third_party/rust/zeitstempel/Cargo.lock b/third_party/rust/zeitstempel/Cargo.lock new file mode 100644 index 0000000000..ef4e48c0f0 --- /dev/null +++ b/third_party/rust/zeitstempel/Cargo.lock @@ -0,0 +1,28 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[package]] +name = "libc" +version = "0.2.86" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" + +[[package]] +name = "once_cell" +version = "1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0" + +[[package]] +name = "zeitstempel" +version = "0.1.1" +dependencies = [ + "cfg-if", + "libc", + "once_cell", +] |