-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathMove.toml
More file actions
24 lines (19 loc) · 763 Bytes
/
Copy pathMove.toml
File metadata and controls
24 lines (19 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "pumpfun"
edition = "2024.beta"
license = "MIT"
authors = ["Harry Anderson (harran39318@gmail.com)"]
[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/testnet" }
# For local dependencies use `local = path`. Path is relative to the package root
# Local = { local = "../path/to" }
[addresses]
pumpfun = "0x0"
[dev-dependencies]
# The dev-dependencies section allows overriding dependencies for `--test` and
# `--dev` modes. You can introduce test-only dependencies here.
# Local = { local = "../path/to/dev-build" }
[dev-addresses]
# The dev-addresses section allows overwriting named addresses for the `--test`
# and `--dev` modes.
# alice = "0xB0B"