Skip to content

Commit 4867113

Browse files
committed
Updated Cargo.toml for C-METADATA in Rust API Guidelines
1 parent 6ceb4ac commit 4867113

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Cargo.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
name = "simple_graph_algorithms"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = "Louis H."
6+
description = "A library with the goal of making running graph algorithms as easy as possible."
7+
license = "MIT"
8+
repository = "https://github.com/LMH01/simple_graph_algorithms"
9+
keywords = ["graph", "pathfinding", "dijkstra", "bellman-ford", "easy-to-use"]
10+
categories = ["algorithms"]
11+
readme = "README.md"
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
714

815
[features]
16+
default = ["from_instruction", "serde"] #TODO remove before release
917
from_instruction = []
1018
serde = ["dep:serde"]
1119

0 commit comments

Comments
 (0)