Skip to content

Commit

Permalink
Update cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 4, 2018
1 parent ae646c4 commit 48d61e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sn0int"
version = "0.1.0"
description = "TODO"
description = "OSINT framework and package manager"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
repository = "https://github.com/kpcyrd/sn0int"
Expand All @@ -13,7 +13,7 @@ members = ["sn0int-registry/sn0int-common",
"sn0int-registry"]

[dependencies]
sn0int-common = { path="sn0int-registry/sn0int-common" }
sn0int-common = { version="0.1.0", path="sn0int-registry/sn0int-common" }
rustyline = "2"
log = "0.4"
env_logger = "0.5"
Expand Down
5 changes: 4 additions & 1 deletion sn0int-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "sn0int-registry"
version = "0.1.0"
description = "sn0int registry"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
repository = "https://github.com/kpcyrd/sn0int"

[dependencies]
sn0int-common = { path="sn0int-common" }
sn0int-common = { version="0.1.0", path="sn0int-common" }
rocket = "0.3.16"
rocket_codegen = "0.3.16"
rocket_contrib = { version = "0.3.16", features = ["handlebars_templates"] }
Expand Down
3 changes: 3 additions & 0 deletions sn0int-registry/sn0int-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "sn0int-common"
version = "0.1.0"
description = "Common code for sn0int"
authors = ["kpcyrd <[email protected]>"]
license = "GPL-3.0"
repository = "https://github.com/kpcyrd/sn0int"

[dependencies]
serde = "1.0"
Expand Down

0 comments on commit 48d61e7

Please sign in to comment.