one less library
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
d79e87dbd2
commit
7800b483da
2 changed files with 11 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue