File tree Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.0"
4
4
authors = [" Vincent Esche <regexident@gmail.com>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of WebRTC Media Constraints API"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/webrtc-constraints"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/constraints"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.7.0"
4
4
authors = [" Rain Liu <yliu@webrtc.rs>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of WebRTC DataChannel API"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/webrtc-data"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/data"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.7.2"
4
4
authors = [" Rain Liu <yuliu@webrtc.rs>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of DTLS"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/webrtc-dtls"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/dtls"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.5.0"
4
4
authors = [" Rain Liu <yliu@webrtc.rs>" ]
5
5
edition = " 2021"
6
6
description = " Examples of WebRTC.rs stack"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/examples"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/examples"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.9.1"
4
4
authors = [" Rain Liu <yliu@webrtc.rs>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of ICE"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/webrtc-ice"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/ice"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.9.0"
4
4
authors = [" Rain Liu <yliu@webrtc.rs>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of Pluggable RTP/RTCP processors"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/interceptor"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/interceptor"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.5.2"
4
4
authors = [" Rain Liu <yuliu@webrtc.rs>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of mDNS"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/webrtc-mdns"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/mdns"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.6.1"
4
4
authors = [" Rain Liu <yliu@webrtc.rs>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of WebRTC Media API"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/webrtc-media"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/media"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.9.0"
4
4
authors = [" Rain Liu <yliu@webrtc.rs>" , " Michael Uti <utimichael9@gmail.com>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of RTCP"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/rtcp"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/rtcp"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.8.0"
4
4
authors = [" Rain Liu <yliu@webrtc.rs>" , " Michael Uti <utimichael9@gmail.com>" ]
5
5
edition = " 2021"
6
6
description = " A pure Rust implementation of RTP"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
documentation = " https://docs.rs/rtp"
9
9
homepage = " https://webrtc.rs"
10
10
repository = " https://github.com/webrtc-rs/rtp"
You can’t perform that action at this time.
0 commit comments