1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

Rust cleanup

This commit is contained in:
Eelco Dolstra 2019-09-10 21:55:32 +02:00
parent 343ebcc048
commit 8110b4ebb2
6 changed files with 74 additions and 63 deletions

View file

@ -2,6 +2,7 @@
name = "nix-rust"
version = "0.1.0"
authors = ["Eelco Dolstra <edolstra@gmail.com>"]
edition = "2018"
[lib]
name = "nixrust"