Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2572008
Maidfile.toml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
383 B
Referenced Files
None
Subscribers
None
Maidfile.toml
View Options
[project]
name
=
"pmc"
version
=
"0.1.0"
[tasks]
clean
=
{
script
=
[
"rm -rf bin"
,
"mkdir bin"
]
}
[tasks.build]
depends
=
[
"clean"
]
script
=
[
"cargo zigbuild --release"
,
"cp target/release/pmc bin/pmc"
]
[tasks.build.cache]
path
=
"src"
target
=
[
"bin/pmc"
]
[tasks.install]
script
=
[
"maid build -q"
,
"sudo cp bin/pmc /usr/local/bin"
,
"echo Copied binary!"
]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Dec 15, 2:27 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
484843
Default Alt Text
Maidfile.toml (383 B)
Attached To
Mode
rPMC Process Management Controller
Attached
Detach File
Event Timeline
Log In to Comment