Skip to content

Commit

Permalink
chore: updated folder to workspace
Browse files Browse the repository at this point in the history
- [x] renamed auto-compounder to fluxus-safe
- [x] bump fluxus-safe to v0.2.0
  • Loading branch information
pmarangone committed Jun 27, 2022
1 parent 2f6436f commit ab4b96c
Show file tree
Hide file tree
Showing 37 changed files with 39 additions and 33 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
target/**
scripts/neardev/**
scripts/.env
Cargo.lock
35 changes: 4 additions & 31 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,4 @@
[package]
name = "auto_compounder"
version = "0.1.6"
authors = ["Pollum"]
edition = "2021"


[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
near-sdk = { git = "https://github.com/near/near-sdk-rs", tag = "4.0.0-pre.9"}
near-contract-standards = { git = "https://github.com/near/near-sdk-rs", tag = "4.0.0-pre.9" }
futures = "0.3"
log = "0.4"
console_log = { version = "0.2", optional = true }
uint = "0.8"
percentage = "0.1.0"


[dev-dependencies]
workspaces = { git = "https://github.com/near/workspaces-rs", tag = "0.2.1" }
tokio = { version = "1.14", features = ["full"] }
anyhow = "1.0"
borsh = "0.9"
maplit = "1.0"
near-units = "0.1.0"
# arbitrary_precision enabled for u128 types that workspaces requires for Balance types
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
[workspace]
members = [
"fluxus-safe",
]
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions fluxus-safe/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
target/**
scripts/neardev/**
scripts/.env
Cargo.lock
31 changes: 31 additions & 0 deletions fluxus-safe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[package]
name = "fluxus-safe"
version = "0.2.0"
authors = ["Pollum"]
edition = "2021"


[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
near-sdk = { git = "https://github.com/near/near-sdk-rs", tag = "4.0.0-pre.9"}
near-contract-standards = { git = "https://github.com/near/near-sdk-rs", tag = "4.0.0-pre.9" }
futures = "0.3"
log = "0.4"
console_log = { version = "0.2", optional = true }
uint = "0.8"
percentage = "0.1.0"


[dev-dependencies]
workspaces = { git = "https://github.com/near/workspaces-rs", tag = "0.2.1" }
tokio = { version = "1.14", features = ["full"] }
anyhow = "1.0"
borsh = "0.9"
maplit = "1.0"
near-units = "0.1.0"
# arbitrary_precision enabled for u128 types that workspaces requires for Balance types
serde_json = { version = "1.0", features = ["arbitrary_precision"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ab4b96c

Please sign in to comment.