1
0
forked from Rativel/BurritOS

Fix global var

This commit is contained in:
Quentin Legot
2023-03-01 11:10:15 +01:00
committed by François Autin
parent e3e217c57f
commit cf1c7aad5a
6 changed files with 49 additions and 19 deletions

9
Cargo.lock generated
View File

@@ -5,3 +5,12 @@ version = 3
[[package]]
name = "burritos"
version = "0.1.0"
dependencies = [
"lazy_static",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"