[dependencies]
[lib]
crate-type = ["lib"]
name = "cil"
[package]
authors = ["Sergey Khabibullin"]
description = ".NET CIL (Common Intermediate Language)"
edition = "2021"
include = ["/src", "README.md"]
keywords = ["NET", "CIL", "NET-Core", "csharp"]
license = "MIT"
name = "cil"
readme = "README.md"
resolver = "1"
version = "0.1.0"