Initial patch

andrepuel
Oct 13, 2021, 1:22 AM
G5S276UY7HPNO7276X3H3CUQPRUWVVUGNYWU4UQDCJDU4XXRAMQQC

Dependencies

Change contents

  • file addition: src (d--r------)
    [1.0]
  • file addition: main.rs (----------)
    [0.15]
    fn main() {
    println!("Hello, world!");
    }
  • file addition: Cargo.toml (----------)
    [1.0]
    [package]
    name = "siders"
    version = "0.1.0"
    edition = "2021"
    # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
    [dependencies]
  • file addition: Cargo.lock (----------)
    [1.0]
    # This file is automatically @generated by Cargo.
    # It is not intended for manual editing.
    version = 3
    [[package]]
    name = "siders"
    version = "0.1.0"
  • file addition: .ignore (----------)
    [1.0]
    .git
    .DS_Store
    /target