Skip to content

Commit 79f8c5d

Browse files
committed
Add description, license, repository, categories to Cargo.toml
1 parent ce1ea11 commit 79f8c5d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[package]
22
name = "coolr"
3+
description = "Compiler for the Cool classroom language."
4+
license = "AGPL-3.0-only"
35
version = "0.1.0"
6+
7+
repository = "https://github.com/AndreiDuma/Coolr"
8+
keywords = ["compiler", "cool"]
9+
410
edition = "2021"
511

612
[dependencies]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Coolr -- A Cool Compiler Written in Rust -- WIP!
2-
31
![](https://github.com/AndreiDuma/Coolr/actions/workflows/rust.yml/badge.svg?event=push)
42

3+
# Coolr – A Cool Compiler Written in Rust – WIP
4+
55
## Useful references
66

77
- [The Cool Reference Manual](https://theory.stanford.edu/~aiken/software/cool/cool-manual.pdf)

0 commit comments

Comments
 (0)