rustnix/Cargo.toml

11 lines
167 B
TOML
Raw Normal View History

2023-10-21 10:29:47 -07:00
[package]
name = "rustnix"
description = "An example project about rust and nix"
publish = false
version = "0.1.0"
edition = "2021"
[dependencies]
colored = "2.0.4"