Skip to content

Commit

Permalink
Updated Cargo.toml to contain the description and license
Browse files Browse the repository at this point in the history
  • Loading branch information
newcomb-luke committed Nov 4, 2020
1 parent c96a2f0 commit 19773ed
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
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

Expand Down

0 comments on commit 19773ed

Please sign in to comment.