summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 75d6c8dd1530fb566c737973b58896b194f2be1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "const-random"
version = "0.1.15"
license = "MIT OR Apache-2.0"
repository = "https://github.com/tkaitchuck/constrandom"
documentation = "https://docs.rs/const-random"
authors = ["Tom Kaitchuck <Tom.Kaitchuck@gmail.com>"]
keywords = ["rust", "constants", "macro"]
description = "Provides compile time random number generation."
readme = "README.md"
edition = "2018"

[dependencies]
const-random-macro = { path = "macro", version = "0.1.15"}
proc-macro-hack = { version = "0.5" }