Commit 0f425f8e authored by Joseph Werle's avatar Joseph Werle
Browse files

add package.json for clib

parent 1d9a0811
{
"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