Change the crate name bf-interpreter -> bfy 😃
This commit is contained in:
parent
c7c5cc52e9
commit
6922b7a07d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bf-interpreter"
|
name = "bfy"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
|
authors = ["Anas Elgarhy <anas.elgarhy.dev@gmail.com>"]
|
||||||
|
@ -41,4 +41,4 @@ colored = "2.0.0"
|
||||||
console = "0.15.2"
|
console = "0.15.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "1.3.0"
|
pretty_assertions = "1.3.0"
|
||||||
|
|
Loading…
Reference in a new issue