Skip to content

Commit

Permalink
Update Cargo.toml for publishing to crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
zmitchell committed Aug 21, 2019
1 parent ad248bd commit 6b96a13
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
authors = ["Zach Mitchell <[email protected]>"]
name = "polsim"
version = "0.1.0"
version = "0.1.1"
description = "CLI application for polarization simulations"
repository = "https://github.com/zmitchell/polsim"
homepage = "https://github.com/zmitchell/polsim"
readme = "README.md"
categories = ["science", "simulation", "command-line-utilities"]
keywords = ["physics", "optics", "lasers"]
license = "MIT OR Apache-2.0"

[dependencies]
error-chain = "~0.12.0"
polarization = "~0.1"
Expand Down

0 comments on commit 6b96a13

Please sign in to comment.