-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from jamacku/fedora-prep
`Cargo.toml` update
- Loading branch information
Showing
2 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,21 @@ | ||
[package] | ||
authors = ["Michal Sekletar <[email protected]>"] | ||
name = "prefixdevname" | ||
|
||
version = "0.1.0" | ||
edition = "2021" | ||
license = "MIT" | ||
authors = ["Michal Sekletar <[email protected]>"] | ||
repository = "https://github.com/msekletar/prefixdevname" | ||
exclude = ["/target/*", "/.github/*"] | ||
|
||
keywords = [] | ||
categories = [] | ||
description = "Udev helper utility that provides network interface naming using user defined prefix" | ||
readme = "README.md" | ||
|
||
[dependencies] | ||
env_logger = "0.9.3" | ||
lazy_static = "*" | ||
lazy_static = "1.4.0" | ||
libc = "0.2.137" | ||
libudev = "0.3" | ||
log = "0.4.17" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters