Skip to content

Commit

Permalink
Add cargo manifest fields and update version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
iancleary authored Dec 12, 2023
1 parent f4606ed commit f4a5f4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
authors = ["Ian Cleary <[email protected]>"]
description = "A link budget toolbox for satellite communications"
documentation = "https://docs.rs/linkbudget"
edition = "2021"
homepage = "https://github.com/iancleary/linkbudget"
license = "MIT"
license-file = "LICENSE"
name = "linkbudget"
version = "0.0.5"
repository = "https://github.com/iancleary/linkbudget"
version = "0.0.6"

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

Expand Down

0 comments on commit f4a5f4f

Please sign in to comment.