-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Cargo.toml to contain the description and license
- Loading branch information
1 parent
c96a2f0
commit 19773ed
Showing
1 changed file
with
5 additions
and
1 deletion.
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,8 +1,12 @@ | ||
[package] | ||
name = "kdump" | ||
version = "0.1.0" | ||
authors = ["newcomb-luke <[email protected]>"] | ||
authors = ["Luke Newcomb <[email protected]>"] | ||
edition = "2018" | ||
license = "GPLv3" | ||
description = "A small utility that disassembles and reads KSM and KO files for use with KerbalOS." | ||
homepage = "https://github.com/newcomb-luke/KDump" | ||
readme = "README.md" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|