Skip to content

Commit e95b4e4

Browse files
committed
Future tools: tag, tags, rmtag.
1 parent aae3891 commit e95b4e4

11 files changed

Lines changed: 72 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ members = [
55
"aa2",
66
"st2",
77
"di2",
8-
# "dxne",
98
"cm2",
109
"pu2",
1110
"le2",
11+
"tag2",
12+
"tags2",
13+
"rmtag2",
1214
]
1315

1416
exclude = [

rmtag2/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
name = "rmtag2"
3+
description = "TBA"
4+
license = "ISC"
5+
readme = "README.md"
6+
repository = "https://github.com/ctsrc/repotools/tree/master/rmtag2"
7+
version = "0.0.0"
8+
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
9+
edition = "2018"
10+
11+
[[bin]]
12+
name = "rmtag"
13+
path = "src/main.rs"
14+
15+
[dependencies]

rmtag2/README.md

Whitespace-only changes.

rmtag2/src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fn main ()
2+
{
3+
unimplemented!()
4+
}

tag2/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
name = "tag2"
3+
description = "TBA"
4+
license = "ISC"
5+
readme = "README.md"
6+
repository = "https://github.com/ctsrc/repotools/tree/master/tag2"
7+
version = "0.0.0"
8+
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
9+
edition = "2018"
10+
11+
[[bin]]
12+
name = "tag"
13+
path = "src/main.rs"
14+
15+
[dependencies]

tag2/README.md

Whitespace-only changes.

tag2/src/main.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
fn main ()
2+
{
3+
unimplemented!()
4+
}

tags2/Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[package]
2+
name = "tags2"
3+
description = "TBA"
4+
license = "ISC"
5+
readme = "README.md"
6+
repository = "https://github.com/ctsrc/repotools/tree/master/tags2"
7+
version = "0.0.0"
8+
authors = ["Erik Nordstrøm <erik@nordstroem.no>"]
9+
edition = "2018"
10+
11+
[[bin]]
12+
name = "tags"
13+
path = "src/main.rs"
14+
15+
[dependencies]

tags2/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)