Files
ultimate_rust2/examples/kitchen/Cargo.toml
2021-06-12 22:36:24 -06:00

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.8"