Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/cranelift/srcgen/Cargo.toml
1690 views
1
[package]
2
name = "cranelift-srcgen"
3
version = "0.125.0"
4
authors = ["The Wasmtime Project Developers"]
5
description = "Helper functions for generating Rust and ISLE files"
6
license = "Apache-2.0 WITH LLVM-exception"
7
repository = "https://github.com/bytecodealliance/wasmtime"
8
edition.workspace = true
9
rust-version.workspace = true
10
11
[lints]
12
workspace = true
13
14
[dependencies]
15
16