about summary refs log tree commit diff
path: root/pkgs/build-support/kernel/make-initrd-ng/Cargo.toml
blob: 028833c12bb55afdfe53aba1b446677b78e52846 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "make-initrd-ng"
version = "0.1.0"
authors = ["Will Fancher <elvishjerricco@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
eyre = "0.6.8"
goblin = "0.5.0"