Skip to content

Commit

Permalink
Adds link to repository in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
easbar committed Jun 17, 2019
1 parent 446e65b commit bb45f23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "fast_paths"
version = "0.1.0"
version = "0.1.1"
authors = ["easbar <[email protected]>"]
edition = "2018"
description = "Fast shortest path calculations on directed graphs made possible by pre-processing the graph using Contraction Hierarchies"
repository = "https://github.com/easbar/fast_paths"
categories = ["algorithms", "data-structures", "science"]
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
0.1.1 adds travis and meta information to Cargo.toml
0.1.0 initial version

0 comments on commit bb45f23

Please sign in to comment.