We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f744482 commit d4430acCopy full SHA for d4430ac
1 file changed
Cargo.toml
@@ -1,10 +1,12 @@
1
[package]
2
name = "factorio-blueprint"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = ["Peter Goodspeed-Niklaus <peter.r.goodspeedniklaus@gmail.com>"]
5
edition = "2018"
6
7
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+description = "Library for reading and writing Factorio blueprints."
8
+repository = "https://github.com/coriolinus/factorio-blueprint"
9
+license = "GPL-3.0"
10
11
[dependencies]
12
anyhow = { version = "1.0", optional = true }
0 commit comments