File: Cargo.toml.orig

package info (click to toggle)
rust-llvm-bitcode 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "llvm-bitcode"
version = "0.1.3"
authors = ["messense <messense@icloud.com>"]
description = "LLVM Bitcode parser in Rust"
edition = "2018"
keywords = ["llvm", "bitcode"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/messense/llvm-bitcode-rs.git"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num_enum = "0.7.2"