Commit 4a0e32ed authored by Willemt's avatar Willemt
Browse files

Merge pull request #3 from jwerle/master

add package.json for clib
parents 1d9a0811 0f425f8e
{
"name": "CRaft-1",
"version": "0.1.0",
"repo": "willemt/CRaft",
"description": "C implementation of the Raft Consensus protocol, BSD licensed",
"keywords": ["raft", "consensus", "protocol"],
"src": [
"include/raft.h",
"include/raft_log.h",
"include/raft_private.h",
"raft_log.c",
"raft_node.c",
"raft_server.c",
"raft_server_properties.c"
]
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment