12 lines
222 B
TOML
12 lines
222 B
TOML
[package]
|
|
name = "static-string-indexing"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
proc-macro2 = "*"
|
|
syn = { version = "*", features = ['full', 'visit', 'extra-traits'] }
|
|
indexmap = "*"
|
|
walkdir = "2"
|
|
quote = "*"
|