mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-30 04:35:22 +08:00
Trivial updates to the cargo manifest.
This commit is contained in:
committed by
Aaron Blankstein
parent
c9d0a0c855
commit
a7719f0ce7
12
Cargo.toml
12
Cargo.toml
@@ -1,14 +1,14 @@
|
||||
[package]
|
||||
name = "blockstack-core"
|
||||
name = "stacks-blockchain"
|
||||
version = "0.0.1"
|
||||
authors = [ "Jude Nelson <jude@blockstack.com>",
|
||||
authors = [ "Jude Nelson <jude@stacks.org>",
|
||||
"Aaron Blankstein <aaron@blockstack.com>",
|
||||
"Ludo Galabru <ludovic@blockstack.com>" ]
|
||||
license = "GPLv3"
|
||||
homepage = "https://github.com/blockstack/blockstack-core"
|
||||
repository = "https://github.com/blockstack/blockstack-core"
|
||||
description = "Reference implementation of Blockstack Core"
|
||||
keywords = [ "bitcoin", "crypto", "blockstack", "decentralized", "dapps", "blockchain" ]
|
||||
homepage = "https://github.com/blockstack/stacks-blockchain"
|
||||
repository = "https://github.com/blockstack/stacks-blockchain"
|
||||
description = "Reference implementation of the Stacks 2.0 Blockchain"
|
||||
keywords = [ "stacks", "stx", "bitcoin", "crypto", "blockstack", "decentralized", "dapps", "blockchain" ]
|
||||
readme = "README.md"
|
||||
|
||||
[profile.release]
|
||||
|
||||
Reference in New Issue
Block a user