Initial commit

[?]
Jun 4, 2020, 9:50 PM
NRQSXJVRWJ66JIHK73QZJMMVDLV3WFLG3HLBCRPAJYYEX252DL2QC

Dependencies

Change contents

  • file addition: .gitignore (----------)
    [1.0]
    /target
  • file addition: Cargo.lock (----------)
    [1.0]
    # This file is automatically @generated by Cargo.
    # It is not intended for manual editing.
    [[package]]
    name = "parkett"
    version = "0.1.0"
  • file addition: Cargo.toml (----------)
    [1.0]
    [package]
    name = "parkett"
    version = "0.1.0"
    authors = ["Henrik Tjäder <henrik@tjaders.com>"]
    edition = "2018"
    # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
    [dependencies]
  • file addition: src (d--r------)
    [1.0]