Skip to content
  • c74d's avatar
    Initialize Cargo project · 8b73d038
    c74d authored
    At repository top-level, add the following files:
    
      - A `Cargo.toml` file, containing the definition of this package
        ("fruit") to be used by the Cargo package manager.
    
      - A `.gitignore` file, generated by Cargo.
    
      - An empty `src/lib.rs` file.
    8b73d038