Skip to content

Commit 66eb1e3

Browse files
committed
chore: fix cargo for publishing
1 parent 136f052 commit 66eb1e3

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

crates/slosh2d/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "slosh2d"
3+
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
4+
description = "Cross-platform GPU 2D Material Point Method implementation."
5+
repository = "https://github.com/dimforge/stensor"
36
version = "0.1.0"
7+
edition = "2024"
48
license = "Apache-2.0"
5-
edition = "2021"
69

710
[lints]
811
workspace = true

crates/slosh3d/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "slosh3d"
3+
authors = ["Sébastien Crozet <sebcrozet@dimforge.com>"]
4+
description = "Cross-platform GPU 3D Material Point Method implementation."
5+
repository = "https://github.com/dimforge/stensor"
36
version = "0.1.0"
7+
edition = "2024"
48
license = "Apache-2.0"
5-
edition = "2021"
69

710
[lints]
811
workspace = true

0 commit comments

Comments
 (0)