build scripts
This commit is contained in:
+9
-1
@@ -3,6 +3,13 @@ name = "mnml"
|
||||
version = "0.1.0"
|
||||
authors = ["ntr <ntr@smokestack.io>"]
|
||||
|
||||
# makes sure to include openssl links in runtime path
|
||||
# [profile.release]
|
||||
# rpath = true
|
||||
|
||||
# [profile.dev]
|
||||
# rpath = true
|
||||
|
||||
[dependencies]
|
||||
rand = "0.6"
|
||||
uuid = { version = "0.5", features = ["serde", "v4"] }
|
||||
@@ -37,4 +44,5 @@ crossbeam-channel = "0.3"
|
||||
stripe-rust = { version = "0.10.4", features = ["webhooks"] }
|
||||
|
||||
[patch.crates-io]
|
||||
# stripe-rust = { git = "https://github.com/margh/stripe-rs.git" }
|
||||
# stripe-rust = { git = "https://github.com/margh/stripe-rs.git" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user