File tree 3 files changed +1841
-1507
lines changed
3 files changed +1841
-1507
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,18 @@ yarn-debug.log*
15
15
yarn-error.log *
16
16
17
17
coverage /
18
+
19
+ # will have compiled files and executables
20
+ debug /
21
+ target /
22
+ target /*
23
+
24
+ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
25
+ # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
26
+ Cargo.lock
27
+
28
+ # These are backup files generated by rustfmt
29
+ ** /* .rs.bk
30
+
31
+ # MSVC Windows builds of rustc generate these, which store debugging information
32
+ * .pdb
Original file line number Diff line number Diff line change 14
14
"dependencies" : {
15
15
"@discordjs/opus" : " ^0.9.0" ,
16
16
"@discordjs/voice" : " ^0.16.1" ,
17
- "discord.js" : " ^14.14.1 " ,
17
+ "discord.js" : " ^14.15.3 " ,
18
18
"ffmpeg-static" : " ^4.4.1" ,
19
- "libsodium-wrappers" : " ^0.7.13 " ,
20
- "play-dl" : " ^1.9.7 " ,
19
+ "libsodium-wrappers" : " ^0.7.14 " ,
20
+ "play-dl" : " https://github.com/Yoduh/play-dl-test " ,
21
21
"spotify-web-api-node" : " ^5.0.2" ,
22
22
"twitch-m3u8" : " ^1.1.5" ,
23
- "youtube-sr" : " ^4.3.10 "
23
+ "youtube-sr" : " ^4.3.11 "
24
24
},
25
25
"devDependencies" : {
26
26
"@vitest/coverage-v8" : " ^0.34.6" ,
You can’t perform that action at this time.
0 commit comments