Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • 11-flip-coin
  • 10-generics
  • 09.5-before-main-generic
  • 09-modules
  • 08-Display
  • 07-trait-derive
  • 06-trait
  • 05-unit-tests
  • 04-impl-for-board
  • 03-board-struct
  • 02-typed-squares
  • 01-simple-board
13 results

Cargo.toml

Blame
  • This project manages its dependencies using Cargo. Learn more
    Cargo.toml 202 B
    [package]
    name = "intro-rust-game"
    version = "0.1.0"
    edition = "2021"
    
    # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
    
    [dependencies]
    random = "0.13.2"