Fix license 😆
This commit is contained in:
parent
961751f396
commit
a3eb3115bc
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ name = "bf-interpreter"
|
||||||
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>"]
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT"
|
||||||
description = "Brainfu*k interpreter and REPL written in Rust"
|
description = "Brainfu*k interpreter and REPL written in Rust"
|
||||||
repository = "https://github.com/anas-elgarhy/bf-interpreter"
|
repository = "https://github.com/anas-elgarhy/bf-interpreter"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue