Skip to content

Commit fa9cb9c

Browse files
committed
chore: publish
1 parent 374c901 commit fa9cb9c

File tree

5 files changed

+1035
-4
lines changed

5 files changed

+1035
-4
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
[package]
22
name = "sass-embedded-host-rust"
3-
version = "0.1.0"
3+
version = "0.0.1"
4+
authors = ["ahabhgk <[email protected]>"]
45
edition = "2021"
56
resolver = "2"
7+
license = "MIT"
8+
description = "A Rust library that will communicate with Embedded Dart Sass using the Embedded Sass Protocol"
9+
repository = "https://github.com/ahabhgk/sass-embedded-host-rust"
10+
documentation = "https://docs.rs/sass-embedded-host-rust"
11+
readme = "README.md"
12+
include = ["**/*.rs", "ext/sass/sass-embedded.proto"]
613

714
[features]
815
default = []

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
## Contributing
66

7-
1. Download the [[email protected]](https://github.com/sass/dart-sass-embedded/releases/tag/1.54.0) and unpack it, the exe path should be `sass_embedded/dart-sass-embedded`.
8-
2. Install the [Protocol Buffer Compiler](https://grpc.io/docs/protoc-installation/).
7+
1. Install the [Protocol Buffer Compiler](https://grpc.io/docs/protoc-installation/).
8+
2. Run `cd scripts && npm install && node setup.mjs`.
99
3. Find issues and welcome PRs.

ext/sass/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/sass-embedded
2-
/sass-embedded.proto

0 commit comments

Comments
 (0)