tangled
alpha
login
or
join now
eldridge.cam
/
paper-terminal
0
fork
atom
Print Markdown to a paper in your terminal
0
fork
atom
overview
issues
pulls
pipelines
Update version
eldridge.cam
6 years ago
9385a47f
fdf1ce27
+2
-2
2 changed files
expand all
collapse all
unified
split
Cargo.lock
Cargo.toml
+1
-1
Cargo.lock
···
360
361
[[package]]
362
name = "paper-terminal"
363
-
version = "0.3.2"
364
dependencies = [
365
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
366
"console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
···
360
361
[[package]]
362
name = "paper-terminal"
363
+
version = "0.3.3"
364
dependencies = [
365
"ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)",
366
"console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)",
+1
-1
Cargo.toml
···
7
homepage = "https://github.com/foxfriends/paper-terminal"
8
license = "MIT"
9
readme = "README.md"
10
-
version = "0.3.2"
11
authors = ["Cameron Eldridge <cameldridge+git@gmail.com>"]
12
edition = "2018"
13
···
7
homepage = "https://github.com/foxfriends/paper-terminal"
8
license = "MIT"
9
readme = "README.md"
10
+
version = "0.3.3"
11
authors = ["Cameron Eldridge <cameldridge+git@gmail.com>"]
12
edition = "2018"
13