one less library

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2024-07-29 10:42:09 -07:00
parent d79e87dbd2
commit 7800b483da
2 changed files with 11 additions and 14 deletions

View file

@ -5,10 +5,8 @@ authors = ["Ava <ava@sunnypup.io>"]
edition = "2021"
[dependencies]
# cant have math without libc I guess...
libm = "0.2.8"
# this one provides a global constant lookup table for simple
# string escaping in the lexer
phf = { version = "0.11", default-features = false, features = ["macros"] }
[lib]
name = "flesh"