mirror of
https://github.com/kristoferssolo/transmission-rpc.git
synced 2025-10-21 20:10:37 +00:00
added env example
This commit is contained in:
parent
e089cda4bc
commit
273ee4ab0c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
/target
|
/target
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
.env
|
/.env
|
||||||
.idea/*
|
.idea/*
|
||||||
.vscode/*
|
.vscode/*
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "transmission-rpc"
|
name = "transmission-rpc"
|
||||||
version = "0.3.3"
|
version = "0.3.4"
|
||||||
authors = ["red <red.avtovo@gmail.com>"]
|
authors = ["red <red.avtovo@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
repository = "https://github.com/j0rsa/transmission-rpc"
|
repository = "https://github.com/j0rsa/transmission-rpc"
|
||||||
|
|||||||
@ -28,8 +28,6 @@ spec: https://github.com/transmission/transmission/blob/master/extras/rpc-spec.t
|
|||||||
- [ ] blocklist-update
|
- [ ] blocklist-update
|
||||||
- [ ] port-test
|
- [ ] port-test
|
||||||
- [ ] session-close
|
- [ ] session-close
|
||||||
- [ ] free-space
|
- [ ] free-space
|
||||||
|
|
||||||
[https://crates.io/crates/transmission-rpc]: https://img.shields.io/badge/crates.io-transmission_rpc%20=%20%220.2.0%22-brightgreen.svg
|
|
||||||
|
|
||||||
Support the project: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H337RKJSC4YG4&source=url)
|
Support the project: [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H337RKJSC4YG4&source=url)
|
||||||
|
|||||||
4
examples/.env
Normal file
4
examples/.env
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
TURL=http://192.168.0.1/transmission/rpc
|
||||||
|
TUSER=transmission-user
|
||||||
|
TPWD=transmission-password
|
||||||
|
RUST_LOG=info
|
||||||
Loading…
Reference in New Issue
Block a user