Skip to content

Commit 0eef05a

Browse files
Updates
1 parent 5fce7a1 commit 0eef05a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jit/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "qsc-cranelift-jit"
33
version = "0.104.0"
4-
authors = ["The Cranelift Project Developers"]
5-
description = "A JIT library backed by Cranelift"
6-
repository = "https://github.com/bytecodealliance/wasmtime"
7-
documentation = "https://docs.rs/cranelift-jit"
4+
authors = ["The Cranelift Project Developers", "RedstoneWizard08"]
5+
description = "A JIT library backed by Cranelift (modified for QuickScript)"
6+
repository = "https://github.com/RedstoneWizard08/QuickScript"
7+
documentation = "https://docs.rs/qsc-cranelift-jit"
88
license = "Apache-2.0 WITH LLVM-exception"
99
readme = "README.md"
1010
edition = "2021"

0 commit comments

Comments
 (0)