refactoring
This commit is contained in:
20
parsing/Cargo.toml
Normal file
20
parsing/Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "parsing"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
license = "AGPL-3.0"
|
||||
repository = "https://github.com/Titaniumtown/YTBN-Graphing-Software/tree/main/parsing"
|
||||
description = "Parsing library for YTBN-Graphing-Software"
|
||||
|
||||
[lib]
|
||||
|
||||
[dependencies]
|
||||
phf = "0.10.1"
|
||||
exmex = { git = "https://github.com/bertiqwerty/exmex.git", branch = "main", features = [
|
||||
"partial",
|
||||
] }
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[build-dependencies]
|
||||
phf_codegen = "0.10.0"
|
||||
Reference in New Issue
Block a user