summaryrefslogtreecommitdiffstats
path: root/physics/Cargo.toml
blob: 46181e4ad043e904ad4e8d141205c225633325a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- coding: utf-8 -*-

[package]
edition         = "2021"
name            = "physics"
#description     = ""
version         = "0.1.0"
#homepage        = ""
authors         = ["Michael Buesch <m@bues.ch>"]
license         = "MIT OR Apache-2.0"
#readme          = "README.md"
#repository      = ""

#categories      = []
#keywords        = []
publish         = false

[dependencies]
anyhow          = "1"
lazy_static     = "1"
paste           = "1"

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface