2023-01-08 11:05:36 -05:00

24 lines
704 B
TOML

[package]
name = "include_sass"
version = "0.12.1"
edition = "2021"
description = "Internal implementation of the grass::include! macro"
readme = "../../README.md"
license = "MIT"
categories = ["web-programming"]
keywords = ["scss", "sass", "css", "web"]
repository = "https://github.com/connorskees/grass"
authors = ["Connor Skees <39542938+ConnorSkees@users.noreply.github.com>"]
include = ["src", "Cargo.toml", "../README.md", "../CHANGELOG.md", "../LICENSE"]
[lib]
proc-macro = true
[dependencies]
syn = { version = "1.0.103", default-features = false }
grass_compiler = { path = "../compiler", version = "0.12.1" }
quote = { version = "1.0.23", default-features = false }
[features]
nightly = []