Skip to content

Commit

Permalink
fix runtime desc
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 17, 2024
1 parent 7c7456c commit 12e9e7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
[package]
name = "cairo-native-runtime"
version = "0.2.0-alpha.4"
description = "A compiler to convert Cairo's intermediate representation Sierra code to MLIR."
description = "The runtime for cairo-native."
edition = "2021"
license = "Apache-2.0"
keywords = ["starknet", "cairo", "runtime"]

[lib]
crate-type = ["rlib", "cdylib", "staticlib"]

[dependencies]
starknet-types-core = { version = "0.1.7", default-features = false, features = [
"std", "serde", "hash"
"std",
"serde",
"hash",
] }
cairo-lang-sierra-gas = "2.8.4"
starknet-curve = "0.5.1"
Expand Down

0 comments on commit 12e9e7a

Please sign in to comment.