summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: a8d65be3ef4a93e4d248dae576a687517db72f6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "geometry"
version = "1.0.0"
authors = ["Ben Bridle"]
edition = "2021"
description = "Common geometry primitives"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]