Skip to content

Commit

Permalink
Future tools: tag, tags, rmtag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsrc committed Nov 16, 2019
1 parent aae3891 commit e95b4e4
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ members = [
"aa2",
"st2",
"di2",
# "dxne",
"cm2",
"pu2",
"le2",
"tag2",
"tags2",
"rmtag2",
]

exclude = [
Expand Down
15 changes: 15 additions & 0 deletions rmtag2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "rmtag2"
description = "TBA"
license = "ISC"
readme = "README.md"
repository = "https://github.com/ctsrc/repotools/tree/master/rmtag2"
version = "0.0.0"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

[[bin]]
name = "rmtag"
path = "src/main.rs"

[dependencies]
Empty file added rmtag2/README.md
Empty file.
4 changes: 4 additions & 0 deletions rmtag2/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main ()
{
unimplemented!()
}
15 changes: 15 additions & 0 deletions tag2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "tag2"
description = "TBA"
license = "ISC"
readme = "README.md"
repository = "https://github.com/ctsrc/repotools/tree/master/tag2"
version = "0.0.0"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

[[bin]]
name = "tag"
path = "src/main.rs"

[dependencies]
Empty file added tag2/README.md
Empty file.
4 changes: 4 additions & 0 deletions tag2/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main ()
{
unimplemented!()
}
15 changes: 15 additions & 0 deletions tags2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "tags2"
description = "TBA"
license = "ISC"
readme = "README.md"
repository = "https://github.com/ctsrc/repotools/tree/master/tags2"
version = "0.0.0"
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
edition = "2018"

[[bin]]
name = "tags"
path = "src/main.rs"

[dependencies]
Empty file added tags2/README.md
Empty file.
4 changes: 4 additions & 0 deletions tags2/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main ()
{
unimplemented!()
}

0 comments on commit e95b4e4

Please sign in to comment.