Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
add source
Browse files Browse the repository at this point in the history
Moving the `source` module from `radicle-upstream` into `radicle-surf`

Signed-off-by: Fintan Halpenny <[email protected]>
  • Loading branch information
FintanH committed Mar 31, 2021
1 parent 830cd97 commit 258a1fe
Show file tree
Hide file tree
Showing 4 changed files with 1,032 additions and 39 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
members = [
"source",
"surf",
]
18 changes: 18 additions & 0 deletions source/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[package]
name = "radicle-source"
version = "0.1.0"
authors = ["The Radicle Team <[email protected]>"]
edition = "2018"
license = "GPL-3.0-or-later"

[dependencies]
log = "0.4"
lazy_static = "1.4"
nonempty = "0.6"
serde = { version = "1.0", features = [ "derive" ] }
syntect = "4.2"
thiserror = "1.0"

[dependencies.radicle-surf]
path = "../surf"
features = ["serialize"]
Loading

0 comments on commit 258a1fe

Please sign in to comment.