aboutsummaryrefslogtreecommitdiff
path: root/syn-mid/examples/const_fn_test/Cargo.toml
blob: b3e28070b05073228ddf5aa7965725a7a59a5dab (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "const_fn_test"
version = "0.0.0"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
const_fn = { path = "../const_fn" }