Skip to content

Commit af51c8a

Browse files
committed
Update Cargo.toml
1 parent 4e7e554 commit af51c8a

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[package]
22
name = "rbf-interpolation"
3-
description = "Radial basis function interpolation in Rust using nalgebra"
43
version = "0.1.1"
4+
authors = ["Serophots <tomtidbury07@gmail.com>"]
55
edition = "2024"
6-
authors = ["Serophots"]
6+
license-file = "LICENSE"
7+
8+
description = "Radial basis function interpolation in Rust using nalgebra"
79
repository = "https://github.com/Serophots/rbf-interpolation"
10+
811
keywords = ["interpolation", "linear", "algebra", "matrix", "math"]
912
categories = ["science", "mathematics"]
10-
license-file = "LICENSE"
11-
readme = "README.md"
1213

1314
[dependencies]
1415
nalgebra = "0.33"

0 commit comments

Comments
 (0)