Skip to content

Commit c12e6a2

Browse files
committed
Update crate metadata for publication to crates.io
1 parent a030a44 commit c12e6a2

4 files changed

Lines changed: 30 additions & 0 deletions

File tree

splashsurf/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
name = "splashsurf"
33
version = "0.1.0"
44
authors = ["Fabian Löschner <loeschner@cs.rwth-aachen.de>"]
5+
license = "MIT"
6+
description = "Command-line tool for surface reconstruction of SPH particle data"
7+
readme = "README.md"
58
edition = "2018"
69

10+
homepage = "https://github.com/w1th0utnam3/splashsurf"
11+
repository = "https://github.com/w1th0utnam3/splashsurf"
12+
713
[dependencies]
814
splashsurf_lib = { path = "../splashsurf_lib" }
915
structopt = "0.3"

splashsurf/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ![splashsurf logo](https://raw.githubusercontent.com/w1th0utnam3/splashsurf/master/logos/logo_small.svg "splashsurf")
2+
Command-line tool for surface reconstruction of SPH particle data
3+
4+
This readme is currently a placeholder that will be extended over time.
5+
For now, check the [GitHub repository](https://github.com/w1th0utnam3/splashsurf) for more information.

splashsurf_lib/Cargo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@
22
name = "splashsurf_lib"
33
version = "0.1.0"
44
authors = ["Fabian Löschner <loeschner@cs.rwth-aachen.de>"]
5+
license = "MIT"
6+
description = "Library for surface reconstruction of SPH particle data"
7+
readme = "README.md"
58
edition = "2018"
69

10+
homepage = "https://github.com/w1th0utnam3/splashsurf"
11+
repository = "https://github.com/w1th0utnam3/splashsurf"
12+
documentation = "https://docs.rs/splashsurf_lib"
13+
14+
# Ignore the tests (especially the test mesh files) for publishing
15+
exclude = [
16+
"tests/*",
17+
]
18+
719
[dependencies]
820
log = "0.4"
921
nalgebra = "0.21"

splashsurf_lib/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# splashsurf_lib
2+
Library for surface reconstruction of SPH particle data
3+
4+
The library is mainly used by the `splashsurf` command-line tool which is [also available](https://crates.io/crates/splashsurf) on crates.io.
5+
6+
This readme is currently a placeholder that will be extended over time.
7+
For now, check the [GitHub repository](https://github.com/w1th0utnam3/splashsurf) for more information.

0 commit comments

Comments
 (0)