-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
26 lines (23 loc) · 968 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "wrapping_coords2d"
version = "0.1.10" # remember to update html_root_url
authors = ["Fabio A. Correa Duran <facorread@gmail.com>"]
categories = ["caching", "data-structures", "memory-management"]
description = "Translate between 1D indices and 2D coordinates with wrapping"
edition = "2021"
exclude = [
".github/*",
".gitlab*",
]
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/facorread/WrappingCoords2d"
keywords = ["index", "indices", "2d", "coordinates", "matrix"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[badges]
gitlab = { repository = "facorread/wrappingcoords2d"}
travis-ci = { repository = "facorread/WrappingCoords2d"}
maintenance = { status = "passively-maintained" }
is-it-maintained-issue-resolution = { repository = "facorread/WrappingCoords2d" }
is-it-maintained-open-issues = { repository = "facorread/WrappingCoords2d" }