feat: add nix demo

This commit is contained in:
2023-01-19 23:23:44 +08:00
parent 2e256c32f8
commit d1b1132cc3
4 changed files with 94 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "nix-demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = "0.26.2"