Files
ultimate_rust2/example/kitchen/Cargo.toml

10 lines
166 B
TOML

[package]
name = "kitchen"
version = "0.1.0"
authors = ["Nathan Stocks <nathan@agileperception.com>"]
edition = "2018"
[dependencies]
log = "0.4"
env_logger = "0.9"