๐Ÿ“ฆ rust-lang / chalk

๐Ÿ“„ Cargo.toml ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15[package]
name = "chalk-ir"
version = "0.105.0-dev.0"
description = "Chalk's internal representation of types, goals, and clauses"
license = "MIT OR Apache-2.0"
authors = ["Rust Compiler Team", "Chalk developers"]
repository = "https://github.com/rust-lang/chalk"
readme = "README.md"
keywords = ["compiler", "traits", "prolog"]
edition = "2018"

[dependencies]
bitflags = "2.4.1"
chalk-derive = { version = "0.105.0-dev.0", path = "../chalk-derive" }