-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was a messy as hell, blunt forced rebase, but it's done.
- Loading branch information
1 parent
d3403c7
commit 4157796
Showing
30 changed files
with
21 additions
and
2,925 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
[package] | ||
name = "serai-env" | ||
version = "0.1.0" | ||
<<<<<<< HEAD:common/env/Cargo.toml | ||
description = "A common library for Serai apps to access environment variables" | ||
======= | ||
description = "Tendermint primitives for Substrate" | ||
>>>>>>> 91ae2b71 (Move serai_runtime specific code from tendermint/client to node):substrate/tendermint/primitives/Cargo.toml | ||
license = "AGPL-3.0-only" | ||
repository = "https://github.com/serai-dex/serai/tree/develop/common/env" | ||
authors = ["Luke Parker <[email protected]>"] | ||
|
@@ -15,12 +11,3 @@ edition = "2021" | |
[package.metadata.docs.rs] | ||
all-features = true | ||
rustdoc-args = ["--cfg", "docsrs"] | ||
|
||
[dependencies] | ||
sp-core = { git = "https://github.com/serai-dex/substrate", default-features = false } | ||
sp-std = { git = "https://github.com/serai-dex/substrate", default-features = false } | ||
sp-api = { git = "https://github.com/serai-dex/substrate", default-features = false } | ||
|
||
[features] | ||
std = ["sp-core/std", "sp-std/std", "sp-api/std"] | ||
default = ["std"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.