* Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor
		
			
				
	
	
		
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| edition = "2021"
 | |
| name = "embassy-std-examples"
 | |
| version = "0.1.0"
 | |
| license = "MIT OR Apache-2.0"
 | |
| 
 | |
| [dependencies]
 | |
| embassy-sync = { version = "0.6.1", path = "../../embassy-sync", features = ["log"] }
 | |
| embassy-executor = { version = "0.6.3", path = "../../embassy-executor", features = ["task-arena-size-32768", "arch-std", "executor-thread", "log", "integrated-timers"] }
 | |
| embassy-time = { version = "0.3.2", path = "../../embassy-time", features = ["log", "std", ] }
 | |
| embassy-net = { version = "0.4.0", path = "../../embassy-net", features=[ "std",  "log", "medium-ethernet", "medium-ip", "tcp", "udp", "dns", "dhcpv4", "proto-ipv6"] }
 | |
| embassy-net-tuntap = { version = "0.1.0", path = "../../embassy-net-tuntap" }
 | |
| embassy-net-ppp = { version = "0.1.0", path = "../../embassy-net-ppp", features = ["log"]}
 | |
| embedded-io-async = { version = "0.6.1" }
 | |
| embedded-io-adapters = { version = "0.6.1", features = ["futures-03"] }
 | |
| critical-section = { version = "1.1", features = ["std"] }
 | |
| 
 | |
| async-io = "1.6.0"
 | |
| env_logger = "0.9.0"
 | |
| futures = { version = "0.3.17" }
 | |
| log = "0.4.14"
 | |
| nix = "0.26.2"
 | |
| clap = { version = "3.0.0-beta.5", features = ["derive"] }
 | |
| rand_core = { version = "0.6.3", features = ["std"] }
 | |
| heapless = { version = "0.8", default-features = false }
 | |
| static_cell = "2"
 | |
| 
 | |
| [profile.release]
 | |
| debug = 2
 |